mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed runtime issues reported by SonarQube.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user