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/machineconfig.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qtmips_machine/machineconfig.h') diff --git a/qtmips_machine/machineconfig.h b/qtmips_machine/machineconfig.h index 352e62b..8e58d12 100644 --- a/qtmips_machine/machineconfig.h +++ b/qtmips_machine/machineconfig.h @@ -3,6 +3,8 @@ #include +namespace machine { + class MachineConfig { public: MachineConfig(); @@ -37,4 +39,6 @@ private: QString elf_path; }; +} + #endif // MACHINECONFIG_H -- cgit v1.2.3