summary refs log tree commit diff
path: root/src/dialogs/AcceptCall.h
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-08-01 14:31:10 -0400
committertrilene <trilene@runbox.com>2020-08-01 14:31:10 -0400
commite3e7595babbea739c9fac12ae3da6da368f1e08e (patch)
tree99643d4339babb7476df8da82102cf1a57aa16e1 /src/dialogs/AcceptCall.h
parentImprove TURN server retrieval (diff)
downloadnheko-e3e7595babbea739c9fac12ae3da6da368f1e08e.tar.xz
clang-format
Diffstat (limited to 'src/dialogs/AcceptCall.h')
-rw-r--r--src/dialogs/AcceptCall.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/dialogs/AcceptCall.h b/src/dialogs/AcceptCall.h

index 8e3ed3b2..5d2251fd 100644 --- a/src/dialogs/AcceptCall.h +++ b/src/dialogs/AcceptCall.h
@@ -12,12 +12,11 @@ class AcceptCall : public QWidget Q_OBJECT public: - AcceptCall( - const QString &caller, - const QString &displayName, - const QString &roomName, - const QString &avatarUrl, - QWidget *parent = nullptr); + AcceptCall(const QString &caller, + const QString &displayName, + const QString &roomName, + const QString &avatarUrl, + QWidget *parent = nullptr); signals: void accept();