Fix most of the issues reported by cppcheck (#290)

This commit is contained in:
Alfredo Ramos
2018-07-28 17:17:50 -05:00
committed by Dharkael
parent 228c4f15e5
commit 7ba02666d1
10 changed files with 19 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ SystemNotification::SystemNotification(QObject *parent) : QObject(parent) {
}
#else
SystemNotification::SystemNotification(QObject *parent) : QObject(parent) {
m_interface = nullptr;
}
#endif