forked from qt-creator/qt-creator
CppTools: Fix signal redefinition
...leading to the error message QMetaObject::indexOfSignal: signal aboutToRemoveFiles(QStringList) from CppTools::CppModelManagerInterface redefined in CppTools::Internal::CppModelManager Change-Id: I0a1c307ad5fc0d7cefa198726f534140192facad Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -144,7 +144,6 @@ public:
|
||||
static QStringList timeStampModifiedFiles(const QList<Document::Ptr> documentsToCheck);
|
||||
|
||||
signals:
|
||||
void aboutToRemoveFiles(const QStringList &files);
|
||||
void gcFinished(); // Needed for tests.
|
||||
|
||||
public slots:
|
||||
|
Reference in New Issue
Block a user