aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/lyrics/lyricswindow.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-05 10:52:39 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-08-05 10:52:39 +0000
commitb5df16e88a1f874053e9b853c6812f8855eed738 (patch)
tree300d4a81f214398c3e37b81688ba401cd0c06f41 /src/plugins/General/lyrics/lyricswindow.h
parentfe72824d22029ce2346ba0395dfc926dd2b36c3e (diff)
downloadqmmp-b5df16e88a1f874053e9b853c6812f8855eed738.tar.gz
qmmp-b5df16e88a1f874053e9b853c6812f8855eed738.tar.bz2
qmmp-b5df16e88a1f874053e9b853c6812f8855eed738.zip
fixed problem with lyricwiki
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1105 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/lyrics/lyricswindow.h')
-rw-r--r--src/plugins/General/lyrics/lyricswindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/General/lyrics/lyricswindow.h b/src/plugins/General/lyrics/lyricswindow.h
index 51e8218b3..1e99f7b07 100644
--- a/src/plugins/General/lyrics/lyricswindow.h
+++ b/src/plugins/General/lyrics/lyricswindow.h
@@ -44,6 +44,7 @@ private slots:
private:
Ui::LyricsWindow ui;
+ bool m_parse_url;
QHttp *m_http;
};