forked from qt-creator/qt-creator
Debugger: Use Utils::Text::Position instead of int line number
The column is currently unused. Change-Id: Iabc57c8d21e807187783071efe9a82e9c1877181 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include <QVector>
|
||||
|
||||
#include <utils/filepath.h>
|
||||
#include <utils/textutils.h>
|
||||
|
||||
namespace Utils { class ProcessHandle; }
|
||||
|
||||
@@ -326,7 +327,7 @@ public:
|
||||
public:
|
||||
LocationType type = UnknownLocation;
|
||||
Utils::FilePath fileName;
|
||||
int lineNumber = 0;
|
||||
Utils::Text::Position textPosition;
|
||||
quint64 address = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user