From e3cae2b52a52e555e1824b55e31f336af1876da1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thorbj=C3=B8rn=20Lindeijer?= <thorbjorn.lindeijer@nokia.com>
Date: Thu, 8 Apr 2010 15:08:48 +0200
Subject: [PATCH] Comment fix and removed misplaced backslash

---
 dist/changes-2.0.0                      | 2 +-
 src/plugins/debugger/debuggerplugin.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dist/changes-2.0.0 b/dist/changes-2.0.0
index 94e80ebe97c..cf2c829d764 100644
--- a/dist/changes-2.0.0
+++ b/dist/changes-2.0.0
@@ -36,7 +36,7 @@ Editing
      the syntax highlighting.
 
 CodePaster
-   * Implemented new protocol of pastebin.com including list functionality\
+   * Implemented new protocol of pastebin.com including list functionality
 
 C++ Support
    * Recognize *.cu as C files
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index 165a89e6ba7..aa7f479ddcb 100644
--- a/src/plugins/debugger/debuggerplugin.cpp
+++ b/src/plugins/debugger/debuggerplugin.cpp
@@ -1078,7 +1078,7 @@ void DebuggerPlugin::activateDebugMode()
 
 static bool isDebuggable(Core::IEditor *editor)
 {
-    // Only blacklist XML. Whitelisting would fail on C++ code in files
+    // Only blacklist QML. Whitelisting would fail on C++ code in files
     // with strange names, more harm would be done this way.
     Core::IFile *file = editor->file();
     return !(file && file->mimeType() == "application/x-qml");
-- 
GitLab