summaryrefslogtreecommitdiff
path: root/plugins/autotest/testnavigationwidget.h
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@theqtcompany.com>2015-04-30 13:24:47 +0200
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-05-06 08:42:13 +0300
commite0d32a80363759837cc13eb24365f3cd07174da7 (patch)
tree098f1ff284027c2a2813ac1c0a2ada6d60a87ad8 /plugins/autotest/testnavigationwidget.h
parentfcf8484eb2e827936b93479fa8d773a66c574759 (diff)
downloadqt-creator-e0d32a80363759837cc13eb24365f3cd07174da7.tar.gz
Enhance test tree to be able to support Squish tests
Change-Id: I93fec9ee1a413fe02fb19475a44644578b842c88 Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'plugins/autotest/testnavigationwidget.h')
-rw-r--r--plugins/autotest/testnavigationwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/autotest/testnavigationwidget.h b/plugins/autotest/testnavigationwidget.h
index a4b4c6f061..a2a7d2fae7 100644
--- a/plugins/autotest/testnavigationwidget.h
+++ b/plugins/autotest/testnavigationwidget.h
@@ -68,6 +68,7 @@ private slots:
void onParsingFinished();
private:
+ bool handleSquishContextMenuEvent(QContextMenuEvent *event, bool enabled);
void initializeFilterMenu();
TestTreeModel *m_model;