OSDN Git Service

debugger: code cosmetics
authorhjk <qtc-committer@nokia.com>
Mon, 15 Nov 2010 18:07:47 +0000 (19:07 +0100)
committerhjk <qtc-committer@nokia.com>
Tue, 16 Nov 2010 09:50:26 +0000 (10:50 +0100)
src/plugins/debugger/breakhandler.cpp
src/plugins/debugger/breakpoint.h

index 4b2bb64..a969bbf 100644 (file)
@@ -39,6 +39,7 @@
 
 #include <QtCore/QDir>
 #include <QtCore/QFileInfo>
+#include <QtCore/QTimerEvent>
 
 
 //////////////////////////////////////////////////////////////////
index 83413f9..4e5ecbf 100644 (file)
@@ -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