mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 07:36:48 +02:00
Don't rely on C++11 extensions
This commit is contained in:
@@ -41,7 +41,7 @@ class DLLEXPORT SipPlugin : public QObject
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
friend Tomahawk::PeerInfo;
|
friend class Tomahawk::PeerInfo;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
SipPlugin();
|
SipPlugin();
|
||||||
|
Reference in New Issue
Block a user