diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-14 08:29:49 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-01-14 08:29:49 (GMT) |
commit | 4aa21210f946476ca36c9c8e83dc13fc25ed4c2e (patch) | |
tree | f80af57efc85c3e56d9f1ef53b812b82fc54eae1 /tools/qmlviewer/qmlviewer.h | |
parent | f4f858578afe507ecfebd807f28bad025a85e1b9 (diff) | |
download | Qt-4aa21210f946476ca36c9c8e83dc13fc25ed4c2e.zip Qt-4aa21210f946476ca36c9c8e83dc13fc25ed4c2e.tar.gz Qt-4aa21210f946476ca36c9c8e83dc13fc25ed4c2e.tar.bz2 |
Add toggle orientation option
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 39bedc3..3b14d39 100644 --- a/tools/qmlviewer/qmlviewer.h +++ b/tools/qmlviewer/qmlviewer.h @@ -132,6 +132,7 @@ private slots: void adjustSizeSlot(); void setPortrait(); void setLandscape(); + void toggleOrientation(); void startNetwork(); void toggleFullScreen(); void unpackWgt(); |