Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-05-27 17:34:52 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2021-05-27 17:34:52 +0300
commit6ce2948519da69b2141988402940e7d03733d16d (patch)
tree1f06db6fc2acb3d3ade198f6830660e7cde7da78 /src
parentbb57de5dfe4986c6add5747b56c680094066cc13 (diff)
Normalise signature
Diffstat (limited to 'src')
-rw-r--r--src/gui/socketapi/socketapi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/socketapi/socketapi.cpp b/src/gui/socketapi/socketapi.cpp
index 288c5fb95..8ca1477c6 100644
--- a/src/gui/socketapi/socketapi.cpp
+++ b/src/gui/socketapi/socketapi.cpp
@@ -418,7 +418,7 @@ void SocketApi::slotReadSocket()
OC_ASSERT(thread() == QThread::currentThread())
staticMetaObject.method(indexOfMethod)
.invoke(this, Qt::DirectConnection, Q_ARG(QString, argument.toString()),
- Q_ARG(SocketListener *, listener.data()));
+ Q_ARG(SocketListener*, listener.data()));
}
}
}