mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix compiler warning.
This commit is contained in:
parent
201f6d359f
commit
92ba055d66
@ -121,7 +121,8 @@ void TrayIcon::createTrayIcon()
|
||||
|
||||
if (!m_trayIcon)
|
||||
m_trayIcon = new QSystemTrayIcon(this);
|
||||
m_trayIcon->setContextMenu(m_trayIconMenu);
|
||||
|
||||
m_trayIcon->setContextMenu(m_trayIconMenu);
|
||||
|
||||
// Setup the icon itself. For convenience, we'll also use it for the dialogue.
|
||||
#ifdef Q_OS_MAC
|
||||
|
Loading…
Reference in New Issue
Block a user