mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
* Forward declaration and friend class out of namespace for GCC happiness.
This commit is contained in:
@@ -38,6 +38,7 @@
|
|||||||
#include <QtCore/QStringList>
|
#include <QtCore/QStringList>
|
||||||
|
|
||||||
class QNetworkAccessManager;
|
class QNetworkAccessManager;
|
||||||
|
class DiagnosticsDialog;
|
||||||
|
|
||||||
namespace Tomahawk {
|
namespace Tomahawk {
|
||||||
|
|
||||||
@@ -175,7 +176,7 @@ public:
|
|||||||
void run();
|
void run();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
friend class DiagnosticsDialog;
|
friend class ::DiagnosticsDialog;
|
||||||
friend class InfoSystem;
|
friend class InfoSystem;
|
||||||
InfoSystemWorker* worker() const;
|
InfoSystemWorker* worker() const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user