diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-26 05:41:51 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-26 05:41:51 (GMT) |
commit | 91be655a7e893d34fdbdb71aa5a329b641c80992 (patch) | |
tree | 44fb2b8bb3040d709b85e366f7660f532caabd98 /tools/qmlviewer/qmlviewer.h | |
parent | de3b541e40d9fdb01bc46f472c6032e2a9f45c95 (diff) | |
download | Qt-91be655a7e893d34fdbdb71aa5a329b641c80992.zip Qt-91be655a7e893d34fdbdb71aa5a329b641c80992.tar.gz Qt-91be655a7e893d34fdbdb71aa5a329b641c80992.tar.bz2 |
Fix "initial" size for remote content.
Diffstat (limited to 'tools/qmlviewer/qmlviewer.h')
-rw-r--r-- | tools/qmlviewer/qmlviewer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qmlviewer/qmlviewer.h b/tools/qmlviewer/qmlviewer.h index f0578eb..50495db 100644 --- a/tools/qmlviewer/qmlviewer.h +++ b/tools/qmlviewer/qmlviewer.h @@ -88,6 +88,7 @@ private slots: void chooseRecordingOptions(); void pickRecordingFile(); void setScaleSkin(); + void adjustSizeSlot(); private: void setupProxy(); |