aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/qtmipsmachine.h
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-06 15:14:26 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-02-06 15:14:26 +0100
commit16a9ee3b5ef4cbeb3a43bb0b4e243c655e6da761 (patch)
tree3fd7d4932eb1f77c2f2268a0f393e87b0a54d6e7 /qtmips_machine/qtmipsmachine.h
parent608eed5c16366cae251f5d12ad1ed0b988b3ce46 (diff)
downloadqtmips-16a9ee3b5ef4cbeb3a43bb0b4e243c655e6da761.tar.gz
qtmips-16a9ee3b5ef4cbeb3a43bb0b4e243c655e6da761.tar.bz2
qtmips-16a9ee3b5ef4cbeb3a43bb0b4e243c655e6da761.zip
Provide at least partial cleanup after QtMipsMachine.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_machine/qtmipsmachine.h')
-rw-r--r--qtmips_machine/qtmipsmachine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtmips_machine/qtmipsmachine.h b/qtmips_machine/qtmipsmachine.h
index fd7dadf..48dc786 100644
--- a/qtmips_machine/qtmipsmachine.h
+++ b/qtmips_machine/qtmipsmachine.h
@@ -54,6 +54,7 @@ class QtMipsMachine : public QObject {
Q_OBJECT
public:
QtMipsMachine(const MachineConfig &cc);
+ ~QtMipsMachine();
const MachineConfig &config();
void set_speed(unsigned);