Review Request 109667: Make some KConfig classes return a bool when saving
Albert Astals Cid
aacid at kde.org
Sat Mar 23 15:46:39 UTC 2013
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/109667/
-----------------------------------------------------------
Review request for KDE Frameworks and Oswald Buddenhagen.
Description
-------
If it can fail, i want to know it so i can tell my users
Not totally sure of the
d->bDirty = true;
i added in
if (d->configState == ReadWrite && !tmp->lock()) {
Diffs
-----
KDE5PORTING.html a01f3ec
tier2/kconfig/autotests/kconfigguitest.cpp e6b4c17
tier2/kconfig/autotests/kconfigtest.h 17a5294
tier2/kconfig/autotests/kconfigtest.cpp 86ff718
tier2/kconfig/autotests/ksharedconfigtest.cpp 2bb612f
tier2/kconfig/src/core/kconfig.h 597330f
tier2/kconfig/src/core/kconfig.cpp 5809275
tier2/kconfig/src/core/kconfigbase.h ce190f3
tier2/kconfig/src/core/kconfiggroup.h ff63afa
tier2/kconfig/src/core/kconfiggroup.cpp 53cac13
tier2/kconfig/src/core/kcoreconfigskeleton.h 3e4971b
tier2/kconfig/src/core/kcoreconfigskeleton.cpp c0ad044
Diff: http://git.reviewboard.kde.org/r/109667/diff/
Testing
-------
New Unitttest passes
Thanks,
Albert Astals Cid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20130323/d71f89f7/attachment.html>
More information about the Kde-frameworks-devel
mailing list