Fixed runtime issues reported by SonarQube.

This commit is contained in:
Akshay Joshi
2020-06-16 14:53:40 +05:30
parent 3e00fe2b0f
commit cf64e2c97c
13 changed files with 37 additions and 46 deletions

View File

@@ -12,14 +12,7 @@
// App headers
#include "TrayIcon.h"
TrayIcon::TrayIcon():
m_newAction(Q_NULLPTR),
m_configAction(Q_NULLPTR),
m_logAction(Q_NULLPTR),
m_quitAction(Q_NULLPTR),
m_trayIcon(Q_NULLPTR),
m_trayIconMenu(Q_NULLPTR),
m_menuActions(Q_NULLPTR)
TrayIcon::TrayIcon()
{
}