From 62c7a110abc7e438cae1ece49b0abb389d77a4b2 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Mon, 15 Nov 2010 19:07:47 +0100 Subject: [PATCH] debugger: code cosmetics --- src/plugins/debugger/breakhandler.cpp | 1 + src/plugins/debugger/breakpoint.h | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/plugins/debugger/breakhandler.cpp b/src/plugins/debugger/breakhandler.cpp index 4b2bb64e92c..a969bbf2d06 100644 --- a/src/plugins/debugger/breakhandler.cpp +++ b/src/plugins/debugger/breakhandler.cpp @@ -39,6 +39,7 @@ #include <QtCore/QDir> #include <QtCore/QFileInfo> +#include <QtCore/QTimerEvent> ////////////////////////////////////////////////////////////////// diff --git a/src/plugins/debugger/breakpoint.h b/src/plugins/debugger/breakpoint.h index 83413f9bbac..4e5ecbfdb59 100644 --- a/src/plugins/debugger/breakpoint.h +++ b/src/plugins/debugger/breakpoint.h @@ -30,7 +30,6 @@ #ifndef DEBUGGER_BREAKPOINT_H #define DEBUGGER_BREAKPOINT_H -#include <QtCore/QCoreApplication> #include <QtCore/QList> #include <QtCore/QMetaType> #include <QtCore/QString> @@ -150,9 +149,6 @@ private: private: // This "user requested information" will get stored in the session. BreakpointParameters m_parameters; - -public: - Q_DECLARE_TR_FUNCTIONS(BreakHandler) }; // This is what debuggers produced in response to the attempt to -- GitLab