[education/rkward] rkward/agents: Add missing space
Yuri Chornoivan
null at kde.org
Thu Mar 10 08:06:37 GMT 2022
Git commit 3d96829c6046b59b5fc76c5db04db6bc30633d9d by Yuri Chornoivan.
Committed on 10/03/2022 at 08:06.
Pushed by yurchor into branch 'master'.
Add missing space
M +1 -1 rkward/agents/rksaveagent.cpp
https://invent.kde.org/education/rkward/commit/3d96829c6046b59b5fc76c5db04db6bc30633d9d
diff --git a/rkward/agents/rksaveagent.cpp b/rkward/agents/rksaveagent.cpp
index 0e953a37..8a9f33b1 100644
--- a/rkward/agents/rksaveagent.cpp
+++ b/rkward/agents/rksaveagent.cpp
@@ -90,7 +90,7 @@ bool RKSaveAgent::saveWorkspace(const QUrl& _url) {
RKWorkplace::mainWorkplace()->saveWorkplace(url, save_chain);
auto command = new RCommand("save.image(" + RObject::rQuote(url.toLocalFile()) + ')', RCommand::App);
- RKProgressControl control(RKWardMainWindow::getMain(), i18n("Workspace is being saved. <b>Hint:</b>Should this take an unusually long time, on a regular sized workspace, this may be due to other commands still pending completion in the R backend."), i18n("Saving workspace"), RKProgressControl::CancellableNoProgress);
+ RKProgressControl control(RKWardMainWindow::getMain(), i18n("Workspace is being saved. <b>Hint:</b> Should this take an unusually long time, on a regular sized workspace, this may be due to other commands still pending completion in the R backend."), i18n("Saving workspace"), RKProgressControl::CancellableNoProgress);
control.addRCommand(command, true);
bool success = false;
QObject::connect(command->notifier(), &RCommandNotifier::commandFinished, [&success, command]() { success = command->succeeded(); });
More information about the rkward-tracker
mailing list