Re: Review Request 122539: Use Q_DECL_OVERRIDE where possible

2015-02-12 Thread Kevin Funk

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122539/
---

(Updated Feb. 12, 2015, 12:54 p.m.)


Status
--

This change has been marked as submitted.


Review request for KDE Frameworks and Matthew Dawson.


Repository: kconfig


Description
---

With -Winconsistent-missing-override (Clang), headers from KConfig are
throwing a lot of warnings.


Diffs
-

  src/core/kconfig.h 0fb15756ec9d089b956ebc9eb3eeade0a76cf7c1 
  src/core/kconfiggroup.h abb246e37619bcead938a0496eac51f6afff5ec4 
  src/core/kconfigini_p.h 29f61090df99bf66fdccdb0a1801dbeaec1c6c0f 
  src/core/kcoreconfigskeleton.h bb3d0f61adbfe95077fce759bb437ae7a13856be 
  src/core/ksharedconfig.h b2317afd6d5189e6364acc989bc9ca7a5694248d 
  src/gui/kconfigloader.h aadb19a5b266f4c1ccd07d4b05af0dcbd2686bd9 
  src/gui/kconfigloaderhandler_p.h 1c7c5a1d3c79a7e98a53245d1037be0b253dc135 
  src/gui/kconfigskeleton.h 4cd8d140535bb550af8b934a746e2a8ffc0ec008 

Diff: https://git.reviewboard.kde.org/r/122539/diff/


Testing
---


Thanks,

Kevin Funk

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 122539: Use Q_DECL_OVERRIDE where possible

2015-02-11 Thread Kevin Funk

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122539/#review75893
---


Note: I can easily script this to run on all frameworks. Please tell me if it's 
desired and I'll go ahead.

- Kevin Funk


On Feb. 11, 2015, 11:19 p.m., Kevin Funk wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/122539/
 ---
 
 (Updated Feb. 11, 2015, 11:19 p.m.)
 
 
 Review request for KDE Frameworks and Matthew Dawson.
 
 
 Repository: kconfig
 
 
 Description
 ---
 
 With -Winconsistent-missing-override (Clang), headers from KConfig are
 throwing a lot of warnings.
 
 
 Diffs
 -
 
   src/core/kconfig.h 0fb15756ec9d089b956ebc9eb3eeade0a76cf7c1 
   src/core/kconfiggroup.h abb246e37619bcead938a0496eac51f6afff5ec4 
   src/core/kconfigini_p.h 29f61090df99bf66fdccdb0a1801dbeaec1c6c0f 
   src/core/kcoreconfigskeleton.h bb3d0f61adbfe95077fce759bb437ae7a13856be 
   src/core/ksharedconfig.h b2317afd6d5189e6364acc989bc9ca7a5694248d 
   src/gui/kconfigloader.h aadb19a5b266f4c1ccd07d4b05af0dcbd2686bd9 
   src/gui/kconfigloaderhandler_p.h 1c7c5a1d3c79a7e98a53245d1037be0b253dc135 
   src/gui/kconfigskeleton.h 4cd8d140535bb550af8b934a746e2a8ffc0ec008 
 
 Diff: https://git.reviewboard.kde.org/r/122539/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Kevin Funk
 


___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Review Request 122539: Use Q_DECL_OVERRIDE where possible

2015-02-11 Thread Kevin Funk

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122539/
---

Review request for KDE Frameworks and Matthew Dawson.


Repository: kconfig


Description
---

With -Winconsistent-missing-override (Clang), headers from KConfig are
throwing a lot of warnings.


Diffs
-

  src/core/kconfig.h 0fb15756ec9d089b956ebc9eb3eeade0a76cf7c1 
  src/core/kconfiggroup.h abb246e37619bcead938a0496eac51f6afff5ec4 
  src/core/kconfigini_p.h 29f61090df99bf66fdccdb0a1801dbeaec1c6c0f 
  src/core/kcoreconfigskeleton.h bb3d0f61adbfe95077fce759bb437ae7a13856be 
  src/core/ksharedconfig.h b2317afd6d5189e6364acc989bc9ca7a5694248d 
  src/gui/kconfigloader.h aadb19a5b266f4c1ccd07d4b05af0dcbd2686bd9 
  src/gui/kconfigloaderhandler_p.h 1c7c5a1d3c79a7e98a53245d1037be0b253dc135 
  src/gui/kconfigskeleton.h 4cd8d140535bb550af8b934a746e2a8ffc0ec008 

Diff: https://git.reviewboard.kde.org/r/122539/diff/


Testing
---


Thanks,

Kevin Funk

___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel


Re: Review Request 122539: Use Q_DECL_OVERRIDE where possible

2015-02-11 Thread Aleix Pol Gonzalez

---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122539/#review75897
---


+1 and +1 to the script.

- Aleix Pol Gonzalez


On Feb. 12, 2015, 12:19 a.m., Kevin Funk wrote:
 
 ---
 This is an automatically generated e-mail. To reply, visit:
 https://git.reviewboard.kde.org/r/122539/
 ---
 
 (Updated Feb. 12, 2015, 12:19 a.m.)
 
 
 Review request for KDE Frameworks and Matthew Dawson.
 
 
 Repository: kconfig
 
 
 Description
 ---
 
 With -Winconsistent-missing-override (Clang), headers from KConfig are
 throwing a lot of warnings.
 
 
 Diffs
 -
 
   src/core/kconfig.h 0fb15756ec9d089b956ebc9eb3eeade0a76cf7c1 
   src/core/kconfiggroup.h abb246e37619bcead938a0496eac51f6afff5ec4 
   src/core/kconfigini_p.h 29f61090df99bf66fdccdb0a1801dbeaec1c6c0f 
   src/core/kcoreconfigskeleton.h bb3d0f61adbfe95077fce759bb437ae7a13856be 
   src/core/ksharedconfig.h b2317afd6d5189e6364acc989bc9ca7a5694248d 
   src/gui/kconfigloader.h aadb19a5b266f4c1ccd07d4b05af0dcbd2686bd9 
   src/gui/kconfigloaderhandler_p.h 1c7c5a1d3c79a7e98a53245d1037be0b253dc135 
   src/gui/kconfigskeleton.h 4cd8d140535bb550af8b934a746e2a8ffc0ec008 
 
 Diff: https://git.reviewboard.kde.org/r/122539/diff/
 
 
 Testing
 ---
 
 
 Thanks,
 
 Kevin Funk
 


___
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel