From 27d08306986c72aeab1b1f06e96e7072c53d3622 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Tue, 23 Aug 2011 12:02:29 +0200 Subject: QmlJS: Move the exported-C++-type detection out of C++ code. It now lives in qmljstools/qmljsfindexportedcpptypes, all in one place. Also ensures that the source code is available when a file is being scanned for QML exports. This will enable checking comments for annotations about the URI a plugin is usually imported as. Change-Id: I1da36d0678e0a8d34b171dbe0f6b5690d89eb18b Reviewed-on: http://codereview.qt.nokia.com/3392 Reviewed-by: Fawzi Mohamed --- src/libs/cplusplus/ModelManagerInterface.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/libs/cplusplus/ModelManagerInterface.h') diff --git a/src/libs/cplusplus/ModelManagerInterface.h b/src/libs/cplusplus/ModelManagerInterface.h index 0a9cf6eaee..75d084053a 100644 --- a/src/libs/cplusplus/ModelManagerInterface.h +++ b/src/libs/cplusplus/ModelManagerInterface.h @@ -140,8 +140,6 @@ public: virtual void findMacroUsages(const CPlusPlus::Macro ¯o) = 0; - virtual QList exportedQmlObjects(const CPlusPlus::Document::Ptr &doc) const = 0; - Q_SIGNALS: void documentUpdated(CPlusPlus::Document::Ptr doc); void sourceFilesRefreshed(const QStringList &files); -- cgit v1.2.1