From 6b4588ef6df7972f1411519bf3cdb874ca1fb51a Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 25 May 2010 18:20:53 +0000 Subject: [PATCH] Mac compilation Fix --- src/misc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index a41c02d70..e554a0a3a 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -85,7 +85,6 @@ QString misc::QDesktopServicesDataLocation() { QByteArray ba(2048, 0); if (FSRefMakePath(&ref, reinterpret_cast(ba.data()), ba.size()) == noErr) path = QString::fromUtf8(ba).normalized(QString::NormalizationForm_C); - QString path = getFullPath(ref); path += QLatin1Char('/') + qApp->applicationName(); return path; #else