summaryrefslogtreecommitdiff
path: root/tests/auto/declarative/shared/debugutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/shared/debugutil.cpp')
-rw-r--r--tests/auto/declarative/shared/debugutil.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/declarative/shared/debugutil.cpp b/tests/auto/declarative/shared/debugutil.cpp
index 99f8dcce0b..b502310828 100644
--- a/tests/auto/declarative/shared/debugutil.cpp
+++ b/tests/auto/declarative/shared/debugutil.cpp
@@ -74,7 +74,6 @@ void QDeclarativeDebugTestService::statusChanged(Status)
emit statusHasChanged();
}
-
QDeclarativeDebugTestClient::QDeclarativeDebugTestClient(const QString &s, QDeclarativeDebugConnection *c)
: QDeclarativeDebugClient(s, c)
{
@@ -101,4 +100,4 @@ void QDeclarativeDebugTestClient::messageReceived(const QByteArray &ba)
{
lastMsg = ba;
emit serverMessage(ba);
-}
+} \ No newline at end of file