diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-04-29 09:16:27 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-04-29 09:17:50 (GMT) |
commit | f5ddc6b637ac69470d39b68ecc2a7c7312a95da7 (patch) | |
tree | b11dcd6de97663624724f4003abe07d3b8b6e07c /Swift/QtUI/QtAdHocCommandWindow.h | |
parent | 3b129ea8f24bb87c946e3879f74a8437be27376c (diff) | |
download | swift-contrib-f5ddc6b637ac69470d39b68ecc2a7c7312a95da7.zip swift-contrib-f5ddc6b637ac69470d39b68ecc2a7c7312a95da7.tar.bz2 |
Render notes in AdHoc commands.
Resolves: #1074
Diffstat (limited to 'Swift/QtUI/QtAdHocCommandWindow.h')
-rw-r--r-- | Swift/QtUI/QtAdHocCommandWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/QtAdHocCommandWindow.h b/Swift/QtUI/QtAdHocCommandWindow.h index 42e3b1c..d42a77d 100644 --- a/Swift/QtUI/QtAdHocCommandWindow.h +++ b/Swift/QtUI/QtAdHocCommandWindow.h @@ -26,7 +26,7 @@ namespace Swift { void handleNextStageReceived(Command::ref command); void handleError(ErrorPayload::ref error); void setForm(Form::ref); - void setNoForm(); + void setNoForm(bool andHide); void setAvailableActions(Command::ref commandResult); private slots: void handleCancelClicked(); |