summary refs log tree commit diff
path: root/src/dialogs/CreateRoom.h
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2022-03-11 13:28:39 +0000
committerGitHub <noreply@github.com>2022-03-11 13:28:39 +0000
commit8309ad2f83dc229708439d6419086b6c16082658 (patch)
tree342d0e451d5cddfaedbb248f126def9160df419c /src/dialogs/CreateRoom.h
parentMerge pull request #985 from maltee1/various_bubbles_fixes (diff)
parentUse standard buttons where possible (diff)
downloadnheko-8309ad2f83dc229708439d6419086b6c16082658.tar.xz
Merge pull request #986 from tastytea/use-standard-buttons
Use standard buttons where possible
Diffstat (limited to 'src/dialogs/CreateRoom.h')
-rw-r--r--src/dialogs/CreateRoom.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dialogs/CreateRoom.h b/src/dialogs/CreateRoom.h

index 54936dfe..c395941d 100644 --- a/src/dialogs/CreateRoom.h +++ b/src/dialogs/CreateRoom.h
@@ -5,6 +5,7 @@ #pragma once +#include <QDialogButtonBox> #include <QFrame> #include <mtx/requests.hpp> @@ -37,7 +38,7 @@ private: Toggle *directToggle_; QPushButton *confirmBtn_; - QPushButton *cancelBtn_; + QDialogButtonBox *buttonBox_; TextField *nameInput_; TextField *topicInput_;