From 59dc6969ef2068e6aca4ffd2b278c51e79b1d530 Mon Sep 17 00:00:00 2001 From: APTX Date: Wed, 12 Aug 2009 15:10:40 +0200 Subject: [PATCH] - Fix gcc compile errors on linux - Make player usable on linux (X windows sytem weirdness) --- client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/client.cpp b/client.cpp index c2da3cb..89c29a5 100644 --- a/client.cpp +++ b/client.cpp @@ -26,7 +26,6 @@ Client::Client(QObject *parent) : QObject(parent) qDebug() << "Api instance init!"; m_error = NoError; - m_errorString; m_idlePolicy = DoNothingIdlePolicy; disconnecting = false; -- 2.52.0