forked from qt-creator/qt-creator
Fix initialization order.
This commit is contained in:
@@ -46,12 +46,12 @@ ConsoleProcess::ConsoleProcess(QObject *parent) :
|
||||
QObject(parent),
|
||||
m_mode(Run),
|
||||
m_appPid(0),
|
||||
m_stubSocket(0),
|
||||
m_tempFile(0),
|
||||
m_pid(0),
|
||||
m_hInferior(NULL),
|
||||
m_tempFile(0),
|
||||
m_stubSocket(0),
|
||||
processFinishedNotifier(0),
|
||||
inferiorFinishedNotifier(0)
|
||||
inferiorFinishedNotifier(0),
|
||||
processFinishedNotifier(0)
|
||||
{
|
||||
connect(&m_stubServer, SIGNAL(newConnection()), SLOT(stubConnectionAvailable()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user