summaryrefslogtreecommitdiffstats
path: root/smtreemodel.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-12-03 06:25:45 +0100
committerArno <arno@disconnect.de>2018-12-03 06:25:45 +0100
commit59fa32ed740080495dbbc255106ac09793a9e9d8 (patch)
tree389779ef09c461c7d7c1260e14cf26c392918fa0 /smtreemodel.h
parenta5509fe5925e6099275d402d527f8b740ef091ec (diff)
downloadSheMov-59fa32ed740080495dbbc255106ac09793a9e9d8.tar.gz
SheMov-59fa32ed740080495dbbc255106ac09793a9e9d8.tar.bz2
SheMov-59fa32ed740080495dbbc255106ac09793a9e9d8.zip
Fix clang warnings in SmTreeModel
Diffstat (limited to 'smtreemodel.h')
-rw-r--r--smtreemodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/smtreemodel.h b/smtreemodel.h
index 5f7ad7e..cb55186 100644
--- a/smtreemodel.h
+++ b/smtreemodel.h
@@ -18,7 +18,7 @@ class SmTreeItem;
class SmTreeModel : public QAbstractItemModel {
Q_OBJECT
public:
- explicit SmTreeModel(const QStringList &headers, QObject *parent = 0);
+ explicit SmTreeModel(const QStringList &headers, QObject *parent = nullptr);
virtual ~SmTreeModel();
// counts