summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-04-27 16:19:30 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-04-27 16:19:30 (GMT)
commitd197c6b11748a7e98ca8ddacf5f43023f25e667a (patch)
treeb9100af44e19f8498f430ee8d48dd9a45f62f8b1 /Swift/QtUI/QtAdHocCommandWindow.h
parent74df18dda93f154339af1137e8676337233b4a61 (diff)
downloadswift-d197c6b11748a7e98ca8ddacf5f43023f25e667a.zip
swift-d197c6b11748a7e98ca8ddacf5f43023f25e667a.tar.bz2
Clean up AdHoc to a usable state
Diffstat (limited to 'Swift/QtUI/QtAdHocCommandWindow.h')
-rw-r--r--Swift/QtUI/QtAdHocCommandWindow.h1
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_;
};
}