Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
4c9b6e28
Commit
4c9b6e28
authored
Dec 20, 2007
by
Rafaël Carré
Browse files
revert [23722]
parent
f8c26749
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs_provider.cpp
View file @
4c9b6e28
...
...
@@ -27,6 +27,7 @@
#include
<QSignalMapper>
#include
<QFileDialog>
#include
<vlc/vlc.h>
#include
"qt4.hpp"
#include
"dialogs_provider.hpp"
#include
"main_interface.hpp"
...
...
@@ -126,8 +127,10 @@ void DialogsProvider::customEvent( QEvent *event )
QVLCMenu
::
MiscPopupMenu
(
p_intf
);
break
;
case
INTF_DIALOG_WIZARD
:
case
INTF_DIALOG_STREAMWIZARD
:
#ifdef UPDATE_CHECK
case
INTF_DIALOG_UPDATEVLC
:
updateDialog
();
break
;
#endif
case
INTF_DIALOG_EXIT
:
default:
msg_Warn
(
p_intf
,
"unimplemented dialog"
);
...
...
@@ -173,12 +176,12 @@ void DialogsProvider::helpDialog()
HelpDialog
::
getInstance
(
p_intf
)
->
toggleVisible
();
}
#ifdef UPDATE_CHECK
void
DialogsProvider
::
updateDialog
()
{
#ifdef UPDATE_CHECK
UpdateDialog
::
getInstance
(
p_intf
)
->
toggleVisible
();
#endif
}
#endif
void
DialogsProvider
::
aboutDialog
()
{
...
...
modules/gui/qt4/dialogs_provider.hpp
View file @
4c9b6e28
...
...
@@ -146,7 +146,9 @@ public slots:
void
messagesDialog
();
void
vlmDialog
();
void
helpDialog
();
#ifdef UPDATE_CHECK
void
updateDialog
();
#endif
void
aboutDialog
();
void
gotoTimeDialog
();
void
podcastConfigureDialog
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment