aboutsummaryrefslogtreecommitdiff
path: root/src/jumptotrackdialog.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-12 07:21:36 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-12 07:21:36 +0000
commitd4352a9cd8bf2685d6d64a053d8c289884ea05eb (patch)
treec1fbd3f6bc9ad27292cb4d53306e4e2290d7ca8d /src/jumptotrackdialog.cpp
parent3ee3fee6bc965308885f80237ed65b73db8dbfec (diff)
downloadqmmp-d4352a9cd8bf2685d6d64a053d8c289884ea05eb.tar.gz
qmmp-d4352a9cd8bf2685d6d64a053d8c289884ea05eb.tar.bz2
qmmp-d4352a9cd8bf2685d6d64a053d8c289884ea05eb.zip
fixed the problem that the program exits when closing dialogs in tray mode
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@72 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/jumptotrackdialog.cpp')
-rw-r--r--src/jumptotrackdialog.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jumptotrackdialog.cpp b/src/jumptotrackdialog.cpp
index 42069b91c..bcd0f308c 100644
--- a/src/jumptotrackdialog.cpp
+++ b/src/jumptotrackdialog.cpp
@@ -30,6 +30,7 @@ JumpToTrackDialog::JumpToTrackDialog(QWidget* parent, Qt::WFlags fl)
: QDialog( parent, fl )
{
setupUi(this);
+ setAttribute(Qt::WA_QuitOnClose, FALSE);
m_playListModel = 0;
m_listModel = new QStringListModel(this);