aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/generalhandler.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-09-13 16:13:18 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-09-13 16:13:18 +0000
commit3ffc8b54aff2cf907d4c35dc9a9972005db51f36 (patch)
treece78caa00820dd4b08c34f3fd54c40b79eaa9064 /src/qmmpui/generalhandler.cpp
parentd3fd87588a559dc23b29106cd8a7283ecc8b4507 (diff)
downloadqmmp-3ffc8b54aff2cf907d4c35dc9a9972005db51f36.tar.gz
qmmp-3ffc8b54aff2cf907d4c35dc9a9972005db51f36.tar.bz2
qmmp-3ffc8b54aff2cf907d4c35dc9a9972005db51f36.zip
improved visalization
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@551 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/generalhandler.cpp')
-rw-r--r--src/qmmpui/generalhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/generalhandler.cpp b/src/qmmpui/generalhandler.cpp
index 02ca51e15..152a310ec 100644
--- a/src/qmmpui/generalhandler.cpp
+++ b/src/qmmpui/generalhandler.cpp
@@ -154,7 +154,7 @@ void GeneralHandler::showSettings(GeneralFactory* factory, QWidget* parentWidget
general->setSongInfo(m_songInfo);
}
}
- delete dialog;
+ dialog->deleteLater();
}
bool GeneralHandler::visibilityControl()