mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +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>
|
||||
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user