forked from qt-creator/qt-creator
Debugger: De-slot
Most Qt4 connects are gone. Change-Id: Ie74cfb11fc4b4c531f9e22c95a4d18336e1c29e8 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
fc59423f2f
commit
7d31cb0e18
@@ -122,7 +122,7 @@ protected: ////////// Gdb Process Management //////////
|
||||
// Make sure to clean up everything before emitting this signal.
|
||||
void handleAdapterCrashed(const QString &msg);
|
||||
|
||||
private slots:
|
||||
private:
|
||||
friend class GdbPlainEngine;
|
||||
friend class GdbCoreEngine;
|
||||
void handleInterruptDeviceInferior(const QString &error);
|
||||
@@ -132,7 +132,6 @@ private slots:
|
||||
void readGdbStandardError();
|
||||
void readDebuggeeOutput(const QByteArray &ba);
|
||||
|
||||
private:
|
||||
QTextCodec *m_gdbOutputCodec;
|
||||
QTextCodec::ConverterState m_gdbOutputCodecState;
|
||||
QTextCodec *m_inferiorOutputCodec;
|
||||
|
||||
Reference in New Issue
Block a user