From 2926a7d3b4f0c3a715fe1acae9ee1a2e683e1f0c Mon Sep 17 00:00:00 2001 From: Yann Bodson Date: Tue, 14 Jul 2009 10:30:27 +1000 Subject: typo --- tools/qmlviewer/qmlviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v0.12