aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/memoryview.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-04-10 12:45:45 +0200
committerKarel Kočí <cynerd@email.cz>2018-04-10 12:45:45 +0200
commit3ad654354bc051796646186d45e027b30feea942 (patch)
tree315a4e3087a41dfc763128fcbc4755789a285c9b /qtmips_gui/memoryview.h
parent482767bea82e89f7c984db3e8a0faa572c5ae592 (diff)
downloadqtmips-3ad654354bc051796646186d45e027b30feea942.tar.gz
qtmips-3ad654354bc051796646186d45e027b30feea942.tar.bz2
qtmips-3ad654354bc051796646186d45e027b30feea942.zip
Drop quick jump buttons from memory view
They are not implemented and even if they would they usage would be little bit funky as they would jump by internal amount of page memory.
Diffstat (limited to 'qtmips_gui/memoryview.h')
-rw-r--r--qtmips_gui/memoryview.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/qtmips_gui/memoryview.h b/qtmips_gui/memoryview.h
index ec909f0..605adda 100644
--- a/qtmips_gui/memoryview.h
+++ b/qtmips_gui/memoryview.h
@@ -38,8 +38,6 @@ protected:
private slots:
void go_edit_finish();
- void next_section();
- void prev_section();
private:
unsigned count;
@@ -65,9 +63,7 @@ private:
Frame *memf;
QWidget *ctl_widg;
- QHBoxLayout *ctl_layout;
QLineEdit *go_edit;
- QToolButton *up, *down;
};
#endif // MEMORYVIEW_H