From 77c6915b6ca2b727aaebb4871088d57fb9b926d7 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 12 Jan 2019 18:03:59 +0100 Subject: Various clang warning fixes Mostly nullptr, one missing include that wasn't really missed, and a stray ; --- filepropertiesdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'filepropertiesdialog.h') diff --git a/filepropertiesdialog.h b/filepropertiesdialog.h index 903a599..9d8b7da 100644 --- a/filepropertiesdialog.h +++ b/filepropertiesdialog.h @@ -18,7 +18,7 @@ class QLabel; class FilePropertiesDialog : public SmDialog { Q_OBJECT public: - explicit FilePropertiesDialog(const QString &file, QWidget *parent = 0, Qt::WindowFlags f = 0); + explicit FilePropertiesDialog(const QString &file, QWidget *parent = nullptr, Qt::WindowFlags f = nullptr); private: void movieData(); -- cgit v1.2.3-70-g09d2