Added 64 bit support to BinEditor.

This commit is contained in:
ck
2009-09-08 11:59:21 +02:00
parent 78d07c6d39
commit 85dcd851da
5 changed files with 65 additions and 43 deletions

View File

@@ -63,7 +63,7 @@ public slots:
// Called from Engine
void addLazyData(quint64 addr, const QByteArray &data);
// Called from Editor
void fetchLazyData(int block, bool sync);
void fetchLazyData(quint64 block, bool sync);
private:
void init(quint64 startaddr);