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:
Christian Stenger
2015-09-08 09:11:50 +02:00
parent 8f00ae98e6
commit 93e741270b
3 changed files with 0 additions and 17 deletions

View File

@@ -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,