1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 01:39:42 +01:00

* Forward declaration and friend class out of namespace for GCC happiness.

This commit is contained in:
Christian Muehlhaeuser 2013-01-14 20:59:51 +01:00
parent cd3d42dc61
commit 54d0f23a44

View File

@ -38,6 +38,7 @@
#include <QtCore/QStringList>
class QNetworkAccessManager;
class DiagnosticsDialog;
namespace Tomahawk {
@ -175,7 +176,7 @@ public:
void run();
private:
friend class DiagnosticsDialog;
friend class ::DiagnosticsDialog;
friend class InfoSystem;
InfoSystemWorker* worker() const;