AutoTest: Simplify code for (de)selecting all items

Checkstate handling has been redone, which allows to simplify
these actions.

Change-Id: Ice89d2e9a1d8c3e38520ff2519d06fc4e6d67df9
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Stenger
2018-01-26 08:02:27 +01:00
parent f3c8ab52fa
commit 4e81360e4a
2 changed files with 7 additions and 36 deletions

View File

@@ -45,7 +45,6 @@ public:
void deselectAll();
private:
void changeCheckStateAll(const Qt::CheckState checkState);
Core::IContext *m_context;
};