git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6afd0ce
)
Notify item change in systray
author
Rafaël Carré
<funman@videolan.org>
Thu, 23 Aug 2007 21:19:20 +0000
(21:19 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Thu, 23 Aug 2007 21:19:20 +0000
(21:19 +0000)
modules/gui/qt4/main_interface.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/main_interface.cpp
b/modules/gui/qt4/main_interface.cpp
index
bc8d3e9
..
011bc62
100644
(file)
--- a/
modules/gui/qt4/main_interface.cpp
+++ b/
modules/gui/qt4/main_interface.cpp
@@
-512,6
+512,8
@@
void MainInterface::updateSystrayTooltipName( QString name )
else
{
sysTray->setToolTip( name );
+ sysTray->showMessage( qtr( "VLC media player" ), name,
+ QSystemTrayIcon::NoIcon, 4000 );
}
}