diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-31 18:47:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-31 18:47:07 -0500 |
commit | 0a232e5b3c2875e68d97be690beec7da1ccc65ba (patch) | |
tree | ec5222b67db7ba6aad8fa337d0e25153d8fe5062 /src/kernel/qapplication.h | |
parent | 95354d1b5116fa9e96534bef9a2f65c1976d4c12 (diff) | |
parent | 289363b959ac4720ee604f1dfba54c624f0098c0 (diff) | |
download | qt3-0a232e5b3c2875e68d97be690beec7da1ccc65ba.tar.gz qt3-0a232e5b3c2875e68d97be690beec7da1ccc65ba.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3
Diffstat (limited to 'src/kernel/qapplication.h')
-rw-r--r-- | src/kernel/qapplication.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/qapplication.h b/src/kernel/qapplication.h index 39f7858..c34ff45 100644 --- a/src/kernel/qapplication.h +++ b/src/kernel/qapplication.h @@ -113,6 +113,7 @@ public: static void setGlobalMouseTracking( bool enable ); #ifndef QT_NO_PALETTE static QPalette palette( const QWidget* = 0 ); + static QPalette palette( QStringList ); static void setPalette( const QPalette &, bool informWidgets=FALSE, const char* className = 0 ); #endif |