diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-06-01 15:29:27 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-06-01 15:29:27 (GMT) |
commit | 1514e787b28ee09ea28d75828bf41049696fd5c7 (patch) | |
tree | 0101bce765b9769732c2c032920284333a996f99 /Swift/QtUI/QtInviteToChatWindow.h | |
parent | 8b167ce7302d973460cc8ee0790616283114d4c3 (diff) | |
download | swift-contrib-1514e787b28ee09ea28d75828bf41049696fd5c7.zip swift-contrib-1514e787b28ee09ea28d75828bf41049696fd5c7.tar.bz2 |
Fix tab order in invite window.
Resolves: #1128
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_; }; } |