From 334e4ba4ce410c8426abcd78a361b9a23b14eec7 Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Tue, 6 Sep 2016 16:09:46 +0900 Subject: Cleanup after moving ConnectionPrivate::provideRoom() --- connection.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/connection.cpp b/connection.cpp index f7f09c04..f13026fc 100644 --- a/connection.cpp +++ b/connection.cpp @@ -49,8 +49,6 @@ class Connection::Private Private(Private&) = delete; ~Private() { delete data; } - Room* provideRoom( QString id ); - Connection* q; ConnectionData* data; QHash roomMap; @@ -279,7 +277,7 @@ Room* Connection::provideRoom(QString id) { if (id.isEmpty()) { - qDebug() << "ConnectionPrivate::provideRoom() with empty id, doing nothing"; + qDebug() << "Connection::provideRoom() with empty id, doing nothing"; return nullptr; } -- cgit v1.2.3