1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Remove unused qjson includes and member

This commit is contained in:
Uwe L. Korn 2013-06-15 14:13:35 +02:00
parent bd24819cbf
commit 659907856e

View File

@ -27,10 +27,6 @@
#include "DllMacro.h"
#include <qjson/parser.h>
#include <qjson/serializer.h>
#include <qjson/qobjecthelper.h>
#include <QSharedPointer>
#include <QTcpSocket>
#include <QHostAddress>
@ -135,7 +131,6 @@ protected:
QPointer<QTcpSocket> m_sock;
int m_peerport;
msg_ptr m_msg;
QJson::Parser parser;
Servent* m_servent;
bool m_outbound, m_ready, m_onceonly;
msg_ptr m_firstmsg;