forked from qt-creator/qt-creator
Debugger: Header cleanup
This commit is contained in:
@@ -34,18 +34,20 @@
|
||||
#ifndef DEBUGGERPLUGIN_STREAMOPS_H
|
||||
#define DEBUGGERPLUGIN_STREAMOPS_H
|
||||
|
||||
#include "breakpoint.h"
|
||||
#include "stackframe.h"
|
||||
#include "threaddata.h"
|
||||
#include "watchdata.h"
|
||||
#include "disassemblerlines.h"
|
||||
#include "stackframe.h"
|
||||
|
||||
#include <QtCore/QDataStream>
|
||||
#include <QtCore/QVector>
|
||||
QT_FORWARD_DECLARE_CLASS(QDataStream)
|
||||
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
|
||||
class BreakpointParameters;
|
||||
class BreakpointResponse;
|
||||
class WatchData;
|
||||
class DisassemblerLine;
|
||||
class DisassemblerLines;
|
||||
|
||||
QDataStream &operator<<(QDataStream& stream, const ThreadData &thread);
|
||||
QDataStream &operator>>(QDataStream& stream, ThreadData &threads);
|
||||
QDataStream &operator<<(QDataStream& stream, const Threads &threads);
|
||||
|
||||
Reference in New Issue
Block a user