diff options
author | Boris Moiseev <cyberbobs@gmail.com> | 2010-10-06 13:51:33 (GMT) |
---|---|---|
committer | Benjamin Poulain <benjamin.poulain@nokia.com> | 2010-10-06 13:51:33 (GMT) |
commit | 5999b2ac29c1a144d5edda8e6916bd05bbc4727e (patch) | |
tree | a37f60bc000ed82c25f0fa7bd26b2e2567df5db6 /tools/qtconfig/paletteeditoradvanced.cpp | |
parent | 10c33f225c65517a481610c3373ecd16f0f6dcdf (diff) | |
download | Qt-5999b2ac29c1a144d5edda8e6916bd05bbc4727e.zip Qt-5999b2ac29c1a144d5edda8e6916bd05bbc4727e.tar.gz Qt-5999b2ac29c1a144d5edda8e6916bd05bbc4727e.tar.bz2 |
Refactored the MainWindow in qtconfig
qtconfig can now be fully build without qt3support module. Removed
some legacy and unused code, changed one of labels on widget to reflect
the real meaning of configuration parameter.
Merge-request: 2286
Reviewed-by: Benjamin Poulain <benjamin.poulain@nokia.com>
Diffstat (limited to 'tools/qtconfig/paletteeditoradvanced.cpp')
-rw-r--r-- | tools/qtconfig/paletteeditoradvanced.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qtconfig/paletteeditoradvanced.cpp b/tools/qtconfig/paletteeditoradvanced.cpp index fa108e7..e757d00 100644 --- a/tools/qtconfig/paletteeditoradvanced.cpp +++ b/tools/qtconfig/paletteeditoradvanced.cpp @@ -182,7 +182,6 @@ QPalette::ColorGroup PaletteEditorAdvanced::groupFromIndex(int item) } } - QPalette::ColorRole PaletteEditorAdvanced::centralFromIndex(int item) { switch( item ) { |