QmlAdapter: Move isConnected() to private

Change-Id: I0b8bd76af6492bf85c5dfdef3863d8ebc9babab3
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
Kai Koehne
2012-05-10 10:35:42 +02:00
parent 4884200b5a
commit a0f7d6b5ec
2 changed files with 6 additions and 7 deletions

View File

@@ -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);