diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-04-27 16:19:30 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-04-27 16:19:30 (GMT) |
commit | d197c6b11748a7e98ca8ddacf5f43023f25e667a (patch) | |
tree | b9100af44e19f8498f430ee8d48dd9a45f62f8b1 /Swift/QtUI/QtAdHocCommandWindow.h | |
parent | 74df18dda93f154339af1137e8676337233b4a61 (diff) | |
download | swift-contrib-d197c6b11748a7e98ca8ddacf5f43023f25e667a.zip swift-contrib-d197c6b11748a7e98ca8ddacf5f43023f25e667a.tar.bz2 |
Clean up AdHoc to a usable state
Diffstat (limited to 'Swift/QtUI/QtAdHocCommandWindow.h')
-rw-r--r-- | Swift/QtUI/QtAdHocCommandWindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Swift/QtUI/QtAdHocCommandWindow.h b/Swift/QtUI/QtAdHocCommandWindow.h index 7f824f8..42e3b1c 100644 --- a/Swift/QtUI/QtAdHocCommandWindow.h +++ b/Swift/QtUI/QtAdHocCommandWindow.h @@ -44,6 +44,5 @@ namespace Swift { QPushButton* cancelButton_; std::map<Command::Action, QPushButton*> actions_; QBoxLayout* layout_; - bool someActions_; }; } |