QmlDebug: Remove unused (and unimplemented) slots

Change-Id: I63fa74184e930d86b42a101600f6402e3c46ba48
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2015-11-19 13:15:40 +01:00
parent ffc11d5e9e
commit f877d0a9d0

View File

@@ -60,11 +60,6 @@ Q_SIGNALS:
void readyRead();
void invalidPacket();
private Q_SLOTS:
void aboutToClose();
void bytesWritten(qint64 bytes);
void readyToRead();
private:
QPacketProtocolPrivate *d;
};