aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testtreeitemdelegate.cpp
diff options
context:
space:
mode:
authorChristian Stenger <[email protected]>2018-07-11 15:44:51 +0200
committerChristian Stenger <[email protected]>2018-07-20 08:34:48 +0000
commit1d894c0f7a41512005c3ddaa3705e3fdc639c6db (patch)
tree073242e02544d5409457d1afc47a0aa7f348d57a /src/plugins/autotest/testtreeitemdelegate.cpp
parentb8da47af9c8247e171a3baf29c125782fbebdad0 (diff)
AutoTest: Code cosmetics
* use nullptr * override * remove old style casts * fix most of the code model warnings Change-Id: Ia08e846f9326ae28ca7e7d66748e25a8b817b9b1 Reviewed-by: Xing Xiong Reviewed-by: David Schulz <[email protected]>
Diffstat (limited to 'src/plugins/autotest/testtreeitemdelegate.cpp')
-rw-r--r--src/plugins/autotest/testtreeitemdelegate.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/autotest/testtreeitemdelegate.cpp b/src/plugins/autotest/testtreeitemdelegate.cpp
index e7151632e1d..2a1aeea0f45 100644
--- a/src/plugins/autotest/testtreeitemdelegate.cpp
+++ b/src/plugins/autotest/testtreeitemdelegate.cpp
@@ -36,10 +36,6 @@ TestTreeItemDelegate::TestTreeItemDelegate(QObject *parent)
{
}
-TestTreeItemDelegate::~TestTreeItemDelegate()
-{
-}
-
void TestTreeItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
{
QStyleOptionViewItem opt = option;