From be8175313645542ae50e175a0b72c611e9178ae1 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 7 Oct 2017 21:17:36 +0000 Subject: fixed build regression git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7519 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/scrobblercache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/scrobbler') diff --git a/src/plugins/General/scrobbler/scrobblercache.cpp b/src/plugins/General/scrobbler/scrobblercache.cpp index 70f2f8f7b..5a4475062 100644 --- a/src/plugins/General/scrobbler/scrobblercache.cpp +++ b/src/plugins/General/scrobbler/scrobblercache.cpp @@ -123,7 +123,7 @@ QList ScrobblerCache::load() while (!file.atEnd()) { - line = QString::fromUtf8(file.readLine()).trimmed(); + line = QString::fromUtf8(file.readLine().constData()).trimmed(); if ((s = line.indexOf("=")) < 0) continue; -- cgit v1.2.3-13-gbd6f