summaryrefslogtreecommitdiff
path: root/plugins/autotest/testresultmodel.h
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@theqtcompany.com>2015-01-08 12:51:01 +0100
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-01-09 08:24:39 +0200
commitba8979d0660dbff201fac6ccc79d2741108608d1 (patch)
tree538adf148450d31b67657971c5f39d02c8cddce2 /plugins/autotest/testresultmodel.h
parentbe4c06fdaf0a8292f0ee9719ca1b53bfbeee6388 (diff)
downloadqt-creator-ba8979d0660dbff201fac6ccc79d2741108608d1.tar.gz
Get rid of the Locker in TestResultModel...
...use signals and slots instead. Additionally re-use the existing item that is displaying the "Entering Test Function..." information. Change-Id: Ibedac01ced9e987d542aa4dc878588fbec84d585 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
Diffstat (limited to 'plugins/autotest/testresultmodel.h')
-rw-r--r--plugins/autotest/testresultmodel.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/autotest/testresultmodel.h b/plugins/autotest/testresultmodel.h
index 7494161bb7..9485e25649 100644
--- a/plugins/autotest/testresultmodel.h
+++ b/plugins/autotest/testresultmodel.h
@@ -24,7 +24,6 @@
#include <QAbstractItemModel>
#include <QSortFilterProxyModel>
#include <QFont>
-#include <QReadWriteLock>
#include <QSet>
namespace Autotest {
@@ -67,7 +66,6 @@ private:
int m_lastMaxWidthIndex;
QFont m_measurementFont;
QSet<ResultType> m_availableResultTypes;
- mutable QReadWriteLock m_rwLock;
};
class TestResultFilterModel : public QSortFilterProxyModel