summaryrefslogtreecommitdiffstats
path: root/demos/qmloscilloscope/qmlapplicationviewer/qmlapplicationviewer.h
diff options
context:
space:
mode:
Diffstat (limited to 'demos/qmloscilloscope/qmlapplicationviewer/qmlapplicationviewer.h')
-rw-r--r--demos/qmloscilloscope/qmlapplicationviewer/qmlapplicationviewer.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/demos/qmloscilloscope/qmlapplicationviewer/qmlapplicationviewer.h b/demos/qmloscilloscope/qmlapplicationviewer/qmlapplicationviewer.h
index 9d0fea29..fba2d52a 100644
--- a/demos/qmloscilloscope/qmlapplicationviewer/qmlapplicationviewer.h
+++ b/demos/qmloscilloscope/qmlapplicationviewer/qmlapplicationviewer.h
@@ -1,4 +1,4 @@
-// checksum 0x82ed version 0x60010
+// checksum 0xc67a version 0x80016
/*
This file was generated by the Qt Quick Application wizard of Qt Creator.
QmlApplicationViewer is a convenience class containing mobile device specific
@@ -11,7 +11,7 @@
#ifndef QMLAPPLICATIONVIEWER_H
#define QMLAPPLICATIONVIEWER_H
-#include <QtDeclarative/QDeclarativeView>
+#include <QDeclarativeView>
class QmlApplicationViewer : public QDeclarativeView
{
@@ -32,13 +32,12 @@ public:
void setMainQmlFile(const QString &file);
void addImportPath(const QString &path);
- // Note that this will only have an effect on Symbian and Fremantle.
- // void setOrientation(ScreenOrientation orientation);
+ // Note that this will only have an effect on Fremantle.
+ void setOrientation(ScreenOrientation orientation);
void showExpanded();
private:
- explicit QmlApplicationViewer(QDeclarativeView *view, QWidget *parent);
class QmlApplicationViewerPrivate *d;
};