diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-05-17 23:46:09 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-05-17 23:46:09 (GMT) |
commit | e971948611b4790f0b3a05a29d8e7ab2e72e95f4 (patch) | |
tree | e4be0b95a36d9db686601d89d00ac0f3634a237e /tools/qml/main.cpp | |
parent | 0bdfdd4d2c5cc0298faa974b83dcd623da989452 (diff) | |
download | Qt-e971948611b4790f0b3a05a29d8e7ab2e72e95f4.zip Qt-e971948611b4790f0b3a05a29d8e7ab2e72e95f4.tar.gz Qt-e971948611b4790f0b3a05a29d8e7ab2e72e95f4.tar.bz2 |
Move stuff from QML viewer to plugins.
Diffstat (limited to 'tools/qml/main.cpp')
-rw-r--r-- | tools/qml/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/qml/main.cpp b/tools/qml/main.cpp index 380f5cc..0b3f2f0 100644 --- a/tools/qml/main.cpp +++ b/tools/qml/main.cpp @@ -50,7 +50,6 @@ #include <QDebug> #include <QMessageBox> #include "qdeclarativetester.h" -#include "qdeclarativefolderlistmodel.h" QT_USE_NAMESPACE @@ -203,7 +202,6 @@ int main(int argc, char ** argv) QDeclarativeViewer::registerTypes(); QDeclarativeTester::registerTypes(); - QDeclarativeFolderListModel::registerTypes(); bool frameless = false; QString fileName; |