aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/memorytableview.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_gui/memorytableview.h')
-rw-r--r--qtmips_gui/memorytableview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/qtmips_gui/memorytableview.h b/qtmips_gui/memorytableview.h
index 2017b78..73b1ea9 100644
--- a/qtmips_gui/memorytableview.h
+++ b/qtmips_gui/memorytableview.h
@@ -51,7 +51,11 @@ public:
void resizeEvent(QResizeEvent *event) override;
+public slots:
+ void adap_to_cell_size();
+
private:
+ void adjustColumnCount();
};