diff options
Diffstat (limited to 'Swift/QtUI/QtInviteToChatWindow.h')
-rw-r--r-- | Swift/QtUI/QtInviteToChatWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Swift/QtUI/QtInviteToChatWindow.h b/Swift/QtUI/QtInviteToChatWindow.h index a0167db..dd8743a 100644 --- a/Swift/QtUI/QtInviteToChatWindow.h +++ b/Swift/QtUI/QtInviteToChatWindow.h @@ -13,6 +13,7 @@ class QLineEdit; class QBoxLayout; +class QDialogButtonBox; namespace Swift { class QtInviteToChatWindow : public QDialog, public InviteToChatWindow { @@ -36,6 +37,7 @@ namespace Swift { QLineEdit* reason_; QBoxLayout* jidsLayout_; std::vector<QLineEdit*> jids_; + QDialogButtonBox* buttonBox_; }; } |