aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprojectmanager/qmlproject.h
diff options
context:
space:
mode:
authorChristian Kamm <[email protected]>2010-03-16 16:34:33 +0100
committerChristian Kamm <[email protected]>2010-03-18 11:25:37 +0100
commit9ea01cf5fb09f5bbef5e55cc0b0f04d48baa8eda (patch)
tree5965b5276d4dc3a7bfad780c2787e0a2596d50a9 /src/plugins/qmlprojectmanager/qmlproject.h
parent62c41defb499d67798836772db6f1de89d1422db (diff)
Improve Qml code model import handling.
* Fill the snapshot with files that could be imported. * Implement package imports. * The qmldir file is not parsed yet. Reviewed-by: Erik Verbruggen
Diffstat (limited to 'src/plugins/qmlprojectmanager/qmlproject.h')
-rw-r--r--src/plugins/qmlprojectmanager/qmlproject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmlprojectmanager/qmlproject.h b/src/plugins/qmlprojectmanager/qmlproject.h
index 02a2fe94fe9..6639a109c11 100644
--- a/src/plugins/qmlprojectmanager/qmlproject.h
+++ b/src/plugins/qmlprojectmanager/qmlproject.h
@@ -106,6 +106,7 @@ public:
private slots:
void refreshProjectFile();
void refreshFiles();
+ void refreshImportPaths();
protected:
bool fromMap(const QVariantMap &map);