forked from qt-creator/qt-creator
Remove unused code
Change-Id: I5a5f41222a572f1ae3662e5c48c72b4a6adfbc13 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
@@ -67,7 +67,6 @@ public:
|
||||
signals:
|
||||
void cacheCleared();
|
||||
void testItemCreated(TestTreeItem *item, TestTreeModel::Type type);
|
||||
void testItemsCreated(const QList<TestTreeItem> &itemList, TestTreeModel::Type type);
|
||||
void testItemModified(TestTreeItem *tItem, TestTreeModel::Type type, const QStringList &file);
|
||||
void testItemsRemoved(const QString &filePath, TestTreeModel::Type type);
|
||||
void unnamedQuickTestsUpdated(const QString &mainFile,
|
||||
|
||||
Reference in New Issue
Block a user