aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakhandler.h
diff options
context:
space:
mode:
authorhjk <hjk@theqtcompany.com>2016-04-19 22:49:23 +0200
committerhjk <hjk@theqtcompany.com>2016-05-12 15:08:16 +0000
commit60f092f6bb0b3ba76cc227bda94ca9e4ad84eaa0 (patch)
tree10700513b89cc9b60162d97a9f679bac002eec02 /src/plugins/debugger/breakhandler.h
parent3b83b8b989c4b7c943e848ffbae40b7a681b32ab (diff)
Debugger: Cosmetics
Qt 5 connects, unused declaration, QLatin1Strings, ... Change-Id: If09929993d750907ee3f4e2fa9f18acfcc28d9c1 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'src/plugins/debugger/breakhandler.h')
-rw-r--r--src/plugins/debugger/breakhandler.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/debugger/breakhandler.h b/src/plugins/debugger/breakhandler.h
index af1ac48556..7569d92127 100644
--- a/src/plugins/debugger/breakhandler.h
+++ b/src/plugins/debugger/breakhandler.h
@@ -33,12 +33,6 @@
#include <QCoreApplication>
#include <QPointer>
-//////////////////////////////////////////////////////////////////
-//
-// BreakHandler
-//
-//////////////////////////////////////////////////////////////////
-
namespace Debugger {
namespace Internal {