From 375607d9969896c894fa2642ce4a0b8b519a2adb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 2 Sep 2017 15:34:07 +0200 Subject: Use QString and QVector instead of std ones and more --- qtmips_machine/utils.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 qtmips_machine/utils.h (limited to 'qtmips_machine/utils.h') diff --git a/qtmips_machine/utils.h b/qtmips_machine/utils.h deleted file mode 100644 index 151e1d0..0000000 --- a/qtmips_machine/utils.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef UTILS_H -#define UTILS_H - -#include - -std::string to_string_hex(int); -std::string to_string_hex(unsigned); -std::string to_string_hex(long); -std::string to_string_hex(unsigned long); -std::string to_string_hex(long long); -std::string to_string_hex(unsigned long long); - -#endif // UTILS_H -- cgit v1.2.3