forked from qt-creator/qt-creator
QmlDebug: Remove unused (and unimplemented) slots
Change-Id: I63fa74184e930d86b42a101600f6402e3c46ba48 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
@@ -60,11 +60,6 @@ Q_SIGNALS:
|
|||||||
void readyRead();
|
void readyRead();
|
||||||
void invalidPacket();
|
void invalidPacket();
|
||||||
|
|
||||||
private Q_SLOTS:
|
|
||||||
void aboutToClose();
|
|
||||||
void bytesWritten(qint64 bytes);
|
|
||||||
void readyToRead();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QPacketProtocolPrivate *d;
|
QPacketProtocolPrivate *d;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user