mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
No need for QObject on Private classes
This commit is contained in:
@@ -23,10 +23,8 @@
|
||||
|
||||
#include <QMutex>
|
||||
|
||||
class ConnectionManagerPrivate : public QObject
|
||||
class ConnectionManagerPrivate
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
ConnectionManagerPrivate( ConnectionManager* q, const QString& _nodeid )
|
||||
: q_ptr ( q )
|
||||
|
Reference in New Issue
Block a user