aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsmodelmanagerinterface.h
diff options
context:
space:
mode:
authorKai Koehne <[email protected]>2014-09-02 14:42:25 +0200
committerKai Koehne <[email protected]>2014-09-03 09:41:42 +0200
commitba558bc2a2abb342b014fb349a2a32e53cafcad7 (patch)
tree37be5fe7d186974a4e65e3291f556c2addd09429 /src/libs/qmljs/qmljsmodelmanagerinterface.h
parent8f2532d333438acf00a0280db369487e9ebc2c20 (diff)
QmlJS: Remove undefined method
Change-Id: I06439c81bf7b194a2e32d1301e71a2c26e163d03 Reviewed-by: Fawzi Mohamed <[email protected]>
Diffstat (limited to 'src/libs/qmljs/qmljsmodelmanagerinterface.h')
-rw-r--r--src/libs/qmljs/qmljsmodelmanagerinterface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libs/qmljs/qmljsmodelmanagerinterface.h b/src/libs/qmljs/qmljsmodelmanagerinterface.h
index ad2a14b81b4..da4f373e009 100644
--- a/src/libs/qmljs/qmljsmodelmanagerinterface.h
+++ b/src/libs/qmljs/qmljsmodelmanagerinterface.h
@@ -88,8 +88,6 @@ public:
bool isNull() const
{ return project.isNull(); }
- QStringList completeImportPaths();
-
public: // attributes
QPointer<ProjectExplorer::Project> project;
QStringList sourceFiles;