forked from qt-creator/qt-creator
Remove unused slot QmlDebugConnection::deviceAboutToClose().
Change-Id: Ic02590b0fdd80e96f2eee8c3f339a94793578ee4 Reviewed-by: Ulf Hermann <ulf.hermann@digia.com>
This commit is contained in:
@@ -71,7 +71,6 @@ public:
|
|||||||
public Q_SLOTS:
|
public Q_SLOTS:
|
||||||
void connected();
|
void connected();
|
||||||
void readyRead();
|
void readyRead();
|
||||||
void deviceAboutToClose();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
QmlDebugConnectionPrivate::QmlDebugConnectionPrivate(QmlDebugConnection *c)
|
QmlDebugConnectionPrivate::QmlDebugConnectionPrivate(QmlDebugConnection *c)
|
||||||
|
|||||||
Reference in New Issue
Block a user