From e9b28403273fb2522ecf34164f8f768bbc7c644e Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 16 Apr 2015 14:04:36 +0200 Subject: Provide 'Run This Test' context menu entry This menu entry will be added only if current selected test (function) is not an unnamed Quick Test. Otherwise it's now possible to execute a particular test case or just a single test function by using the context menu. This avoids the need of (de)selecting inside the model. Change-Id: I857a3ffe72c72a9dbb06e948045cfe2c7843935d Reviewed-by: David Schulz Reviewed-by: Christian Stenger --- plugins/autotest/testnavigationwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/autotest/testnavigationwidget.h') diff --git a/plugins/autotest/testnavigationwidget.h b/plugins/autotest/testnavigationwidget.h index a4b4c6f061..ef28130817 100644 --- a/plugins/autotest/testnavigationwidget.h +++ b/plugins/autotest/testnavigationwidget.h @@ -69,6 +69,7 @@ private slots: private: void initializeFilterMenu(); + void onRunThisTestTriggered(); TestTreeModel *m_model; TestTreeSortFilterModel *m_sortFilterModel; -- cgit v1.2.1