diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-04-26 15:39:33 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-04-26 15:39:33 (GMT) |
commit | 4a1f206b0f8d4926b3a61cc8d7aad217761e52f6 (patch) | |
tree | 925d09e455b80fb3f5fa29d82a3397894cae8d64 /Swift/QtUI/QtAdHocCommandWindow.h | |
parent | 2305f69ba32813e4e7aa255c3c310a88493a0c12 (diff) | |
download | swift-contrib-4a1f206b0f8d4926b3a61cc8d7aad217761e52f6.zip swift-contrib-4a1f206b0f8d4926b3a61cc8d7aad217761e52f6.tar.bz2 |
Size AdHoc dialogs by the first form received.
Resolves: #954
Diffstat (limited to 'Swift/QtUI/QtAdHocCommandWindow.h')
-rw-r--r-- | Swift/QtUI/QtAdHocCommandWindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/QtAdHocCommandWindow.h b/Swift/QtUI/QtAdHocCommandWindow.h index adeb3e6..42e3b1c 100644 --- a/Swift/QtUI/QtAdHocCommandWindow.h +++ b/Swift/QtUI/QtAdHocCommandWindow.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2011 Kevin Smith + * Copyright (c) 2010-2012 Kevin Smith * Licensed under the GNU General Public License v3. * See Documentation/Licenses/GPLv3.txt for more information. */ @@ -36,7 +36,6 @@ namespace Swift { private: boost::shared_ptr<OutgoingAdHocCommandSession> command_; QtFormWidget* formWidget_; - QBoxLayout* formLayout_; Form::ref form_; QLabel* label_; QPushButton* backButton_; @@ -44,5 +43,6 @@ namespace Swift { QPushButton* completeButton_; QPushButton* cancelButton_; std::map<Command::Action, QPushButton*> actions_; + QBoxLayout* layout_; }; } |