Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
2e028db6
Commit
2e028db6
authored
Feb 04, 2010
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: cleanup dialogs on destruction
parent
1e132f59
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
modules/gui/qt4/dialogs_provider.cpp
modules/gui/qt4/dialogs_provider.cpp
+8
-1
No files found.
modules/gui/qt4/dialogs_provider.cpp
View file @
2e028db6
...
@@ -53,8 +53,8 @@
...
@@ -53,8 +53,8 @@
#include "dialogs/toolbar.hpp"
#include "dialogs/toolbar.hpp"
#include "dialogs/plugins.hpp"
#include "dialogs/plugins.hpp"
#include "dialogs/external.hpp"
#include "dialogs/external.hpp"
#include "dialogs/errors.hpp"
#include "dialogs/epg.hpp"
#include "dialogs/epg.hpp"
#include "dialogs/errors.hpp"
#include <QEvent>
#include <QEvent>
#include <QApplication>
#include <QApplication>
...
@@ -91,10 +91,17 @@ DialogsProvider::~DialogsProvider()
...
@@ -91,10 +91,17 @@ DialogsProvider::~DialogsProvider()
ExtendedDialog
::
killInstance
();
ExtendedDialog
::
killInstance
();
BookmarksDialog
::
killInstance
();
BookmarksDialog
::
killInstance
();
HelpDialog
::
killInstance
();
HelpDialog
::
killInstance
();
AboutDialog
::
killInstance
();
#ifdef UPDATE_CHECK
#ifdef UPDATE_CHECK
UpdateDialog
::
killInstance
();
UpdateDialog
::
killInstance
();
#endif
#endif
PluginDialog
::
killInstance
();
PluginDialog
::
killInstance
();
VLMDialog
::
killInstance
();
OpenUrlDialog
::
killInstance
();
GotoTimeDialog
::
killInstance
();
PodcastConfigDialog
::
killInstance
();
EpgDialog
::
killInstance
();
ErrorsDialog
::
killInstance
();
delete
menusMapper
;
delete
menusMapper
;
delete
menusUpdateMapper
;
delete
menusUpdateMapper
;
...
...
Write
Preview
Markdown
is supported
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