Skip to content
Snippets Groups Projects
Commit 62c7a110 authored by hjk's avatar hjk
Browse files

debugger: code cosmetics

parent 76d2c581
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@
#include <QtCore/QDir>
#include <QtCore/QFileInfo>
#include <QtCore/QTimerEvent>
//////////////////////////////////////////////////////////////////
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment