[education/rkward] rkward/windows: namespace

Thomas Friedrichsmeier null at kde.org
Sun Aug 24 16:08:55 BST 2025


Git commit 756799d4da9fcb0c008e9c661088fcfbe82cc275 by Thomas Friedrichsmeier.
Committed on 24/08/2025 at 15:06.
Pushed by tfry into branch 'master'.

namespace

M  +1    -1    rkward/windows/rkcommandeditorwindow.cpp

https://invent.kde.org/education/rkward/-/commit/756799d4da9fcb0c008e9c661088fcfbe82cc275

diff --git a/rkward/windows/rkcommandeditorwindow.cpp b/rkward/windows/rkcommandeditorwindow.cpp
index 634fcade2..a6aa41f89 100644
--- a/rkward/windows/rkcommandeditorwindow.cpp
+++ b/rkward/windows/rkcommandeditorwindow.cpp
@@ -711,7 +711,7 @@ void RKCommandEditorWindow::initPreviewModes() {
 	    i18n("Preview the script as if it was run in the interactive R Console"),
 	    u".R"_s,
 	    [](const QString &infile, const QString &outdir, const QString & /*preview_id*/) {
-		    auto command = QStringLiteral("rkward:::rk.eval.as.preview(%1, %2)\n"
+		    auto command = QStringLiteral("rk.eval.as.preview(%1, %2)\n"
 		                                  "rk.show.html(%2)\n");
 		    return command.arg(RObject::rQuote(infile), RObject::rQuote(outdir + u"/output.html"_s));
 	    }});



More information about the rkward-tracker mailing list