summaryrefslogtreecommitdiff
path: root/tools/qml/qmlruntime.h
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@nokia.com>2010-06-24 18:37:32 +0200
committerKai Koehne <kai.koehne@nokia.com>2010-06-25 08:41:15 +0200
commit9768a42358d1908701347d52887a964574b1b9b4 (patch)
treee7846dc8ae257d0d1843faef528b0221617f16b9 /tools/qml/qmlruntime.h
parent7294f46ec0c5ea07e438c45a069a618ceb6e17a9 (diff)
downloadqt4-tools-9768a42358d1908701347d52887a964574b1b9b4.tar.gz
fix QML Viewer resize modes
Diffstat (limited to 'tools/qml/qmlruntime.h')
-rw-r--r--tools/qml/qmlruntime.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qml/qmlruntime.h b/tools/qml/qmlruntime.h
index cb1b4383f3..cec320406e 100644
--- a/tools/qml/qmlruntime.h
+++ b/tools/qml/qmlruntime.h
@@ -102,7 +102,6 @@ public:
void addPluginPath(const QString& plugin);
void setUseGL(bool use);
void setUseNativeFileBrowser(bool);
- void updateSizeHints();
void setSizeToView(bool sizeToView);
QDeclarativeView *view() const;
@@ -145,6 +144,8 @@ private slots:
void warningsWidgetOpened();
void warningsWidgetClosed();
+ void updateSizeHints();
+
private:
QString getVideoFileName();