diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-07-14 00:30:27 (GMT) |
---|---|---|
committer | Damian Jansen <damian.jansen@nokia.com> | 2009-07-14 01:58:40 (GMT) |
commit | 2926a7d3b4f0c3a715fe1acae9ee1a2e683e1f0c (patch) | |
tree | c5de8997c6be77a3c79a1f0dbda8f08810c5e34d /tools/qmlviewer | |
parent | c1448ad7080fe4b1cd842efc02fc6780045b6813 (diff) | |
download | Qt-2926a7d3b4f0c3a715fe1acae9ee1a2e683e1f0c.zip Qt-2926a7d3b4f0c3a715fe1acae9ee1a2e683e1f0c.tar.gz Qt-2926a7d3b4f0c3a715fe1acae9ee1a2e683e1f0c.tar.bz2 |
typo
Diffstat (limited to 'tools/qmlviewer')
-rw-r--r-- | tools/qmlviewer/qmlviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlviewer/qmlviewer.cpp b/tools/qmlviewer/qmlviewer.cpp index b6ce619..6de1b97 100644 --- a/tools/qmlviewer/qmlviewer.cpp +++ b/tools/qmlviewer/qmlviewer.cpp @@ -505,7 +505,7 @@ void QmlViewer::setRecordFile(const QString& f) bool QmlViewer::event(QEvent *event) { if (event->type() == QEvent::PaletteChange) { - setupPalette(); + setupPalettes(); return true; } return QWidget::event(event); |