[rkward] rkward/windows: Typo
Thomas Friedrichsmeier
null at kde.org
Sun Apr 15 09:29:34 UTC 2018
Git commit 88aa8087eb1d0707afc444ecdb279c0572e02e29 by Thomas Friedrichsmeier.
Committed on 15/04/2018 at 09:29.
Pushed by tfry into branch 'master'.
Typo
M +1 -1 rkward/windows/rkcommandeditorwindow.cpp
https://commits.kde.org/rkward/88aa8087eb1d0707afc444ecdb279c0572e02e29
diff --git a/rkward/windows/rkcommandeditorwindow.cpp b/rkward/windows/rkcommandeditorwindow.cpp
index 40f5e470..c791cbbc 100644
--- a/rkward/windows/rkcommandeditorwindow.cpp
+++ b/rkward/windows/rkcommandeditorwindow.cpp
@@ -196,7 +196,7 @@ RKCommandEditorWindow::RKCommandEditorWindow (QWidget *parent, const QUrl _url,
connect (m_doc, &KTextEditor::Document::documentUrlChanged, this, &RKCommandEditorWindow::updateCaption);
connect (m_doc, &KTextEditor::Document::modifiedChanged, this, &RKCommandEditorWindow::updateCaption); // of course most of the time this causes a redundant call to updateCaption. Not if a modification is undone, however.
-#ifdef __GNUC__'
+#ifdef __GNUC__
#warning remove this in favor of KTextEditor::Document::restore()
#endif
connect (m_doc, &KTextEditor::Document::modifiedChanged, this, &RKCommandEditorWindow::autoSaveHandlerModifiedChanged);
More information about the rkward-tracker
mailing list