summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins@kdab.com>2015-01-13 12:24:23 +0000
committerThiago Macieira <thiago.macieira@intel.com>2015-01-17 06:32:22 +0100
commite884ecf6d1d560e245971f3035317c4fd8d4479b (patch)
tree2d878d4985daf54b215d23daff1b93abb3259b0a /src/gui
parent3c6f3336343735b266ec7291c077efd0e3ba0ea5 (diff)
QColorDialog: Fix build with QT_SMALL_COLORDIALOG
nonTouchUI wasn't defined anywhere, this Q_WS_S60 codepath was partially removed during the Qt4->Qt5 port, but some cruft remained. It's not worth saving, because: - QML is now the way to go for touch UI code - It's ugly, didn't build, won't be missed and more importantly: The current layouting code is already very difficult to read, since we have "normal" mode, QT_SMALL_COLORDIALOG normal and QT_SMALL_COLORDIALOG touch. (and WINCE ifdefs in the mix) This will make the ifdef hell a bit better. Change-Id: I6daa07cbc8da94ccfe1d0c8d3e870c0678c541fc Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'src/gui')
0 files changed, 0 insertions, 0 deletions