aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/hexlineedit.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-11 15:09:10 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-11 15:09:10 +0100
commit32084b4f5dfbfa2f653f55cfa514317c4b065b1e (patch)
treea5a30b51a71aa662b5bc34e96d6f6c8b6ee90338 /qtmips_gui/hexlineedit.h
parent20a381e4ba81777b2ad2d9cc988b990ca2ed0f55 (diff)
downloadqtmips-32084b4f5dfbfa2f653f55cfa514317c4b065b1e.tar.gz
qtmips-32084b4f5dfbfa2f653f55cfa514317c4b065b1e.tar.bz2
qtmips-32084b4f5dfbfa2f653f55cfa514317c4b065b1e.zip
Converted program listing to be QTableView based.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_gui/hexlineedit.h')
-rw-r--r--qtmips_gui/hexlineedit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/qtmips_gui/hexlineedit.h b/qtmips_gui/hexlineedit.h
index 6b16edc..a00063b 100644
--- a/qtmips_gui/hexlineedit.h
+++ b/qtmips_gui/hexlineedit.h
@@ -50,10 +50,10 @@ public:
QString prefix = "0x");
public slots:
- void set_value(std::int32_t value);
+ void set_value(std::uint32_t value);
signals:
- void value_edit_finished(std::int32_t value);
+ void value_edit_finished(std::uint32_t value);
private slots:
void on_edit_finished();