debugger: code cosmetics

This commit is contained in:
hjk
2010-11-15 19:07:47 +01:00
parent 76d2c58161
commit 62c7a110ab
2 changed files with 1 additions and 4 deletions

View File

@@ -39,6 +39,7 @@
#include <QtCore/QDir> #include <QtCore/QDir>
#include <QtCore/QFileInfo> #include <QtCore/QFileInfo>
#include <QtCore/QTimerEvent>
////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////

View File

@@ -30,7 +30,6 @@
#ifndef DEBUGGER_BREAKPOINT_H #ifndef DEBUGGER_BREAKPOINT_H
#define DEBUGGER_BREAKPOINT_H #define DEBUGGER_BREAKPOINT_H
#include <QtCore/QCoreApplication>
#include <QtCore/QList> #include <QtCore/QList>
#include <QtCore/QMetaType> #include <QtCore/QMetaType>
#include <QtCore/QString> #include <QtCore/QString>
@@ -150,9 +149,6 @@ private:
private: private:
// This "user requested information" will get stored in the session. // This "user requested information" will get stored in the session.
BreakpointParameters m_parameters; BreakpointParameters m_parameters;
public:
Q_DECLARE_TR_FUNCTIONS(BreakHandler)
}; };
// This is what debuggers produced in response to the attempt to // This is what debuggers produced in response to the attempt to