From e0c757926743ee21f1a60b4b6948ca3eb895c373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 17 Dec 2017 13:31:25 +0100 Subject: Put qtmips_machine to machine namespace --- qtmips_machine/core.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qtmips_machine/core.h') diff --git a/qtmips_machine/core.h b/qtmips_machine/core.h index 07933ab..5c61ddb 100644 --- a/qtmips_machine/core.h +++ b/qtmips_machine/core.h @@ -8,6 +8,8 @@ #include "instruction.h" #include "alu.h" +namespace machine { + class Core : public QObject { Q_OBJECT public: @@ -88,4 +90,6 @@ private: struct Core::dtMemory dt_m; }; +} + #endif // CORE_H -- cgit v1.2.3