mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
Remove unused qjson includes and member
This commit is contained in:
@@ -27,10 +27,6 @@
|
|||||||
|
|
||||||
#include "DllMacro.h"
|
#include "DllMacro.h"
|
||||||
|
|
||||||
#include <qjson/parser.h>
|
|
||||||
#include <qjson/serializer.h>
|
|
||||||
#include <qjson/qobjecthelper.h>
|
|
||||||
|
|
||||||
#include <QSharedPointer>
|
#include <QSharedPointer>
|
||||||
#include <QTcpSocket>
|
#include <QTcpSocket>
|
||||||
#include <QHostAddress>
|
#include <QHostAddress>
|
||||||
@@ -135,7 +131,6 @@ protected:
|
|||||||
QPointer<QTcpSocket> m_sock;
|
QPointer<QTcpSocket> m_sock;
|
||||||
int m_peerport;
|
int m_peerport;
|
||||||
msg_ptr m_msg;
|
msg_ptr m_msg;
|
||||||
QJson::Parser parser;
|
|
||||||
Servent* m_servent;
|
Servent* m_servent;
|
||||||
bool m_outbound, m_ready, m_onceonly;
|
bool m_outbound, m_ready, m_onceonly;
|
||||||
msg_ptr m_firstmsg;
|
msg_ptr m_firstmsg;
|
||||||
|
Reference in New Issue
Block a user