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
a654574f
Commit
a654574f
authored
Dec 19, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - FIX compilation when --enable-update-check isn't enabled...
parent
81f37d39
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs_provider.cpp
View file @
a654574f
...
...
@@ -172,12 +172,12 @@ void DialogsProvider::helpDialog()
HelpDialog
::
getInstance
(
p_intf
)
->
toggleVisible
();
}
#ifdef UPDATE_CHECK
void
DialogsProvider
::
updateDialog
()
{
#ifdef UPDATE_CHECK
UpdateDialog
::
getInstance
(
p_intf
)
->
toggleVisible
();
}
#endif
}
void
DialogsProvider
::
aboutDialog
()
{
...
...
modules/gui/qt4/dialogs_provider.hpp
View file @
a654574f
...
...
@@ -146,9 +146,7 @@ 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