From 8adf8e8f61f4916257b3a98e698f725d47560170 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 8 Jun 2009 18:54:18 +0000 Subject: lyrics plugin: fixed window flags git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@963 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/lyrics/lyricswindow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins') diff --git a/src/plugins/General/lyrics/lyricswindow.cpp b/src/plugins/General/lyrics/lyricswindow.cpp index d5c733b71..1ef17718a 100644 --- a/src/plugins/General/lyrics/lyricswindow.cpp +++ b/src/plugins/General/lyrics/lyricswindow.cpp @@ -30,6 +30,7 @@ LyricsWindow::LyricsWindow(const QString &artist, const QString &title, QWidget ui.setupUi(this); setWindowFlags(Qt::Dialog); setAttribute(Qt::WA_DeleteOnClose); + setAttribute(Qt::WA_QuitOnClose, FALSE); ui.artistLineEdit->setText(artist); ui.titleLineEdit->setText(title); m_http = new QHttp(this); -- cgit v1.2.3-13-gbd6f