forked from qt-creator/qt-creator
QmlDebug: Remove dead code
This commit is contained in:
@@ -66,15 +66,10 @@ public:
|
||||
void closeConnection();
|
||||
|
||||
bool isConnected() const;
|
||||
bool isUnconnected() const;
|
||||
|
||||
QmlJsDebugClient::QDeclarativeEngineDebug *client() const;
|
||||
QmlJsDebugClient::QDeclarativeDebugConnection *connection() const;
|
||||
|
||||
// TODO move to private API b/w engine and adapter
|
||||
void setMaxConnectionAttempts(int maxAttempts);
|
||||
void setConnectionAttemptInterval(int interval);
|
||||
|
||||
bool disableJsDebugging(bool block);
|
||||
|
||||
public slots:
|
||||
|
||||
Reference in New Issue
Block a user