forked from qt-creator/qt-creator
QML Debugger: Show error messages when connection is lost
Related to Qt commit bd521ed56f8e4be7117dc3534c6fded68f7a70c5
This commit is contained in:
@@ -122,7 +122,7 @@ signals:
|
||||
private slots:
|
||||
void connectionEstablished();
|
||||
void connectionStartupFailed();
|
||||
void connectionError();
|
||||
void connectionError(QAbstractSocket::SocketError error);
|
||||
|
||||
void slotMessage(QString, bool);
|
||||
void slotAddToOutputWindow(QString, bool);
|
||||
|
||||
Reference in New Issue
Block a user