diff options
Diffstat (limited to 'qtmips_machine/qtmipsmachine.h')
-rw-r--r-- | qtmips_machine/qtmipsmachine.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qtmips_machine/qtmipsmachine.h b/qtmips_machine/qtmipsmachine.h index c185f28..15d62e9 100644 --- a/qtmips_machine/qtmipsmachine.h +++ b/qtmips_machine/qtmipsmachine.h @@ -11,6 +11,8 @@ #include "core.h" #include "cache.h" +namespace machine { + class QtMipsMachine : public QObject { Q_OBJECT public: @@ -47,4 +49,6 @@ private: bool program_ended; }; +} + #endif // QTMIPSMACHINE_H |