forked from qt-creator/qt-creator
BinEditor: Fix Ctrl+Home/End for files
Doesn't seem to affect memory editor Change-Id: I9cc21744d0dcc5fe8cf2685c61f8e71f87af3961 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -99,8 +99,6 @@ public slots:
|
||||
private slots:
|
||||
void fetchLazyData(Core::IEditor *, quint64 block);
|
||||
void provideNewRange(Core::IEditor *editor, quint64 address);
|
||||
void handleStartOfFileRequested(Core::IEditor *editor);
|
||||
void handleEndOfFileRequested(Core::IEditor *editor);
|
||||
void handleDataChanged(Core::IEditor *editor, quint64 address,
|
||||
const QByteArray &data);
|
||||
void handleWatchpointRequest(quint64 address, uint size);
|
||||
|
||||
Reference in New Issue
Block a user