QmlJS: Remove undefined method

Change-Id: I06439c81bf7b194a2e32d1301e71a2c26e163d03
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Kai Koehne
2014-09-02 14:42:25 +02:00
parent 8f2532d333
commit ba558bc2a2

View File

@@ -88,8 +88,6 @@ public:
bool isNull() const bool isNull() const
{ return project.isNull(); } { return project.isNull(); }
QStringList completeImportPaths();
public: // attributes public: // attributes
QPointer<ProjectExplorer::Project> project; QPointer<ProjectExplorer::Project> project;
QStringList sourceFiles; QStringList sourceFiles;