forked from qt-creator/qt-creator
Revert "QmlApp template: Use new 4.7.1 API to enable qml debugging"
This reverts commit 424fcf8c04.
This commit is contained in:
@@ -23,18 +23,15 @@ public:
|
||||
ScreenOrientationAuto
|
||||
};
|
||||
|
||||
explicit QmlApplicationViewer(QWidget *parent = 0);
|
||||
virtual ~QmlApplicationViewer();
|
||||
|
||||
static QmlApplicationViewer *create();
|
||||
|
||||
void setMainQmlFile(const QString &file);
|
||||
void addImportPath(const QString &path);
|
||||
void setOrientation(ScreenOrientation orientation);
|
||||
void showExpanded();
|
||||
|
||||
private:
|
||||
explicit QmlApplicationViewer(QWidget *parent = 0);
|
||||
|
||||
class QmlApplicationViewerPrivate *m_d;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user