Commit 1d7df6fa authored by Rafaël Carré's avatar Rafaël Carré

main_interface.cpp: remove trailing ':' after #ifdef

parent 2164865c
...@@ -971,7 +971,7 @@ void MainInterface::handleSystrayClick( ...@@ -971,7 +971,7 @@ void MainInterface::handleSystrayClick(
{ {
case QSystemTrayIcon::Trigger: case QSystemTrayIcon::Trigger:
case QSystemTrayIcon::DoubleClick: case QSystemTrayIcon::DoubleClick:
#ifdef Q_WS_MAC: #ifdef Q_WS_MAC
QVLCMenu::updateSystrayMenu( this, p_intf ); QVLCMenu::updateSystrayMenu( this, p_intf );
#else #else
toggleUpdateSystrayMenu(); toggleUpdateSystrayMenu();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment