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:
ba50ee9
)
Add a qt shortcut
author
Christophe Mutricy
<xtophe@videolan.org>
Wed, 31 May 2006 21:45:06 +0000
(21:45 +0000)
committer
Christophe Mutricy
<xtophe@videolan.org>
Wed, 31 May 2006 21:45:06 +0000
(21:45 +0000)
modules/gui/qt4/qt4.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/qt4.cpp
b/modules/gui/qt4/qt4.cpp
index
4fe3eea
..
7e288d9
100644
(file)
--- a/
modules/gui/qt4/qt4.cpp
+++ b/
modules/gui/qt4/qt4.cpp
@@
-47,6
+47,7
@@
vlc_module_begin();
set_callbacks( Open, Close );
set_program( "qvlc" );
+ add_shortcut("qt");
add_submodule();
set_description( "Dialogs provider" );