forked from qt-creator/qt-creator
QmlAdapter: Move isConnected() to private
Change-Id: I0b8bd76af6492bf85c5dfdef3863d8ebc9babab3 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
@@ -68,8 +68,6 @@ public:
|
||||
void beginConnectionOst(const QString &port);
|
||||
void closeConnection();
|
||||
|
||||
bool isConnected() const;
|
||||
|
||||
QmlDebug::QmlDebugConnection *connection() const;
|
||||
DebuggerEngine *debuggerEngine() const;
|
||||
|
||||
@@ -98,6 +96,7 @@ private slots:
|
||||
void checkConnectionState();
|
||||
|
||||
private:
|
||||
bool isConnected() const;
|
||||
void createDebuggerClients();
|
||||
void showConnectionStatusMessage(const QString &message);
|
||||
void showConnectionErrorMessage(const QString &message);
|
||||
|
||||
Reference in New Issue
Block a user