summary refs log tree commit diff
path: root/src/dialogs/PlaceCall.h
diff options
context:
space:
mode:
authortrilene <trilene@runbox.com>2020-07-22 21:15:45 -0400
committertrilene <trilene@runbox.com>2020-07-22 21:15:45 -0400
commit88cfa3a8fa7554ab545f6779f2dda9709f72fbbb (patch)
treea0259cfd76727b27dd1538860c229aaf08ba4131 /src/dialogs/PlaceCall.h
parentUpdate mtxclient reference (diff)
downloadnheko-88cfa3a8fa7554ab545f6779f2dda9709f72fbbb.tar.xz
Polish voice call UI
Diffstat (limited to 'src/dialogs/PlaceCall.h')
-rw-r--r--src/dialogs/PlaceCall.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/dialogs/PlaceCall.h b/src/dialogs/PlaceCall.h

index b4de1428..1c157b7b 100644 --- a/src/dialogs/PlaceCall.h +++ b/src/dialogs/PlaceCall.h
@@ -12,16 +12,21 @@ class PlaceCall : public QWidget Q_OBJECT public: - PlaceCall(const QString &callee, const QString &displayName, QWidget *parent = nullptr); + PlaceCall( + const QString &callee, + const QString &displayName, + const QString &roomName, + const QString &avatarUrl, + QWidget *parent = nullptr); signals: void voice(); - void video(); +// void video(); void cancel(); private: QPushButton *voiceBtn_; - QPushButton *videoBtn_; +// QPushButton *videoBtn_; QPushButton *cancelBtn_; };