Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
52a3a73f
Commit
52a3a73f
authored
Feb 08, 2008
by
Jean-Baptiste Kempf
Browse files
Qt4 - Fix compil if you don't have update-check.
parent
61ea7a5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs_provider.cpp
View file @
52a3a73f
...
...
@@ -79,7 +79,9 @@ DialogsProvider::~DialogsProvider()
ExtendedDialog
::
killInstance
();
BookmarksDialog
::
killInstance
();
HelpDialog
::
killInstance
();
#ifdef UPDATE_CHECK
UpdateDialog
::
killInstance
();
#endif
fixed_timer
->
stop
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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