forked from qt-creator/qt-creator
debugger: code cosmetics
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
|
|
||||||
#include <QtCore/QDir>
|
#include <QtCore/QDir>
|
||||||
#include <QtCore/QFileInfo>
|
#include <QtCore/QFileInfo>
|
||||||
|
#include <QtCore/QTimerEvent>
|
||||||
|
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user