diff options
author | Christian Kamm <christian.d.kamm@nokia.com> | 2011-08-23 12:02:29 +0200 |
---|---|---|
committer | Christian Kamm <christian.d.kamm@nokia.com> | 2011-08-24 12:13:41 +0200 |
commit | 27d08306986c72aeab1b1f06e96e7072c53d3622 (patch) | |
tree | 95cb41bb69e8242b637ec3807ce493b1e4723518 /src/libs/cplusplus/ModelManagerInterface.h | |
parent | c105ae47c1eb38ee24d919f2fee151c05ec852e0 (diff) | |
download | qt-creator-27d08306986c72aeab1b1f06e96e7072c53d3622.tar.gz |
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 <fawzi.mohamed@nokia.com>
Diffstat (limited to 'src/libs/cplusplus/ModelManagerInterface.h')
-rw-r--r-- | src/libs/cplusplus/ModelManagerInterface.h | 2 |
1 files changed, 0 insertions, 2 deletions
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<LanguageUtils::FakeMetaObject::ConstPtr> exportedQmlObjects(const CPlusPlus::Document::Ptr &doc) const = 0; - Q_SIGNALS: void documentUpdated(CPlusPlus::Document::Ptr doc); void sourceFilesRefreshed(const QStringList &files); |