diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-14 09:46:53 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2010-04-14 09:46:53 (GMT) |
commit | a8ba5e3a0909de536a2793a522749a3c0c42525e (patch) | |
tree | b91d05e1ee2ce03bef6c460db88a9b9d55f542e9 /tools/qml/qmlruntime.h | |
parent | 9ae50ce40c1bc571c867bc698f2c53839c2c6932 (diff) | |
download | Qt-a8ba5e3a0909de536a2793a522749a3c0c42525e.zip Qt-a8ba5e3a0909de536a2793a522749a3c0c42525e.tar.gz Qt-a8ba5e3a0909de536a2793a522749a3c0c42525e.tar.bz2 |
Remove dead wgt support from qml runtime
Diffstat (limited to 'tools/qml/qmlruntime.h')
-rw-r--r-- | tools/qml/qmlruntime.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/qml/qmlruntime.h b/tools/qml/qmlruntime.h index 1ae771a..8792d0c 100644 --- a/tools/qml/qmlruntime.h +++ b/tools/qml/qmlruntime.h @@ -108,7 +108,6 @@ public: public slots: void sceneResized(QSize size); void open(const QString&); - void openWgt(const QString&); void openQml(const QString&); void openFile(); void reload(); @@ -142,7 +141,6 @@ private slots: void toggleOrientation(); void startNetwork(); void toggleFullScreen(); - void unpackWgt(); private: QString getVideoFileName(); |