summaryrefslogtreecommitdiffstats
path: root/tools/qml/qmlruntime.h
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-04-14 09:46:53 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-04-14 09:46:53 (GMT)
commita8ba5e3a0909de536a2793a522749a3c0c42525e (patch)
treeb91d05e1ee2ce03bef6c460db88a9b9d55f542e9 /tools/qml/qmlruntime.h
parent9ae50ce40c1bc571c867bc698f2c53839c2c6932 (diff)
downloadQt-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.h2
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();