diff options
Diffstat (limited to 'src/shared/util.h')
| -rw-r--r-- | src/shared/util.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index 1d3cce82..2761b64f 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -20,6 +20,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #ifndef UTIL_H
#define UTIL_H
+#include <log.h>
#include <string>
#include <filesystem>
#include <versioninfo.h>
@@ -64,20 +65,6 @@ inline FILETIME ToFILETIME(std::filesystem::file_time_type t) } // namespace MOShared
-class TimeThis
-{
-public:
- TimeThis(QString what={});
- ~TimeThis();
-
-private:
- using Clock = std::chrono::high_resolution_clock;
-
- QString m_what;
- Clock::time_point m_start;
-};
-
-
enum class Exit
{
None = 0x00,
|
