forked from qt-creator/qt-creator
Cleanup
This commit is contained in:
@@ -97,10 +97,17 @@
|
||||
#include <QtNetwork/QHostAddress>
|
||||
|
||||
using namespace QmlJS::AST;
|
||||
|
||||
using namespace QmlJSInspector::Internal;
|
||||
using namespace Debugger::Internal;
|
||||
|
||||
enum {
|
||||
MaxConnectionAttempts = 50,
|
||||
ConnectionAttemptDefaultInterval = 75,
|
||||
|
||||
// used when debugging with c++ - connection can take a lot of time
|
||||
ConnectionAttemptSimultaneousInterval = 500
|
||||
};
|
||||
|
||||
Inspector::Inspector(QObject *parent)
|
||||
: QObject(parent),
|
||||
m_connectionTimer(new QTimer(this)),
|
||||
|
||||
Reference in New Issue
Block a user