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:
parent
cd3d42dc61
commit
54d0f23a44
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user