From 50f2091acf6b274bc17e33c7398ea5e4ad4b5eeb Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 11 Jun 2018 10:44:54 +0000 Subject: changed Qmmp::configDir() output: do not add slash at the end of path git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8019 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/lyrics/lyricswindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/lyrics/lyricswindow.cpp') diff --git a/src/plugins/General/lyrics/lyricswindow.cpp b/src/plugins/General/lyrics/lyricswindow.cpp index d914e1630..39626c1ec 100644 --- a/src/plugins/General/lyrics/lyricswindow.cpp +++ b/src/plugins/General/lyrics/lyricswindow.cpp @@ -38,7 +38,7 @@ LyricsWindow::LyricsWindow(const QString &artist, const QString &title, QWidget setAttribute(Qt::WA_DeleteOnClose); setAttribute(Qt::WA_QuitOnClose, false); m_requestReply = 0; - m_cachePath = Qmmp::configDir() + "lyrics/"; + m_cachePath = Qmmp::configDir() + "/lyrics/"; m_ui.artistLineEdit->setText(artist); m_ui.titleLineEdit->setText(title); m_http = new QNetworkAccessManager(this); -- cgit v1.2.3-13-gbd6f