summaryrefslogtreecommitdiffstats
path: root/tools/qmlviewer/qmlviewer.h
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-07-15 05:43:35 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-07-15 05:43:35 (GMT)
commit46fa45fd0f2a40580951903437a5fd1b6c5237ad (patch)
tree3a364421cfb651fa9763daabffd67d155aac9ebd /tools/qmlviewer/qmlviewer.h
parent59b3e3ba52891197510115f912e7934ac1784d7c (diff)
downloadQt-46fa45fd0f2a40580951903437a5fd1b6c5237ad.zip
Qt-46fa45fd0f2a40580951903437a5fd1b6c5237ad.tar.gz
Qt-46fa45fd0f2a40580951903437a5fd1b6c5237ad.tar.bz2
Make QmlPalette properties notifiable.
Handle palette changes in QmlPalette.
Diffstat (limited to 'tools/qmlviewer/qmlviewer.h')
-rw-r--r--tools/qmlviewer/qmlviewer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qmlviewer/qmlviewer.h b/tools/qmlviewer/qmlviewer.h
index 765d42f..11316c9 100644
--- a/tools/qmlviewer/qmlviewer.h
+++ b/tools/qmlviewer/qmlviewer.h
@@ -62,7 +62,6 @@ public slots:
protected:
virtual void keyPressEvent(QKeyEvent *);
virtual void timerEvent(QTimerEvent *);
- virtual bool event(QEvent *event);
void createMenu(QMenuBar *menu, QMenu *flatmenu);