mirror of
https://github.com/Ximi1970/systray-x.git
synced 2026-05-06 06:25:57 +02:00
Use an older message method
This commit is contained in:
@@ -281,6 +281,6 @@ void SysTrayX::slotVersion( QString version )
|
||||
if( version != m_preferences->getVersion() )
|
||||
{
|
||||
m_tray_icon->showMessage("SysTray-X Warning", "Version mismatch addon and app",
|
||||
QApplication::style()->standardIcon( QStyle::SP_MessageBoxWarning ) );
|
||||
QSystemTrayIcon::Warning );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user