From 74ff50c5ca343b5829287f6e7ee2b916aa29720e Mon Sep 17 00:00:00 2001 From: Darkelarious Date: Sat, 8 Mar 2025 15:11:53 +0100 Subject: reorganise files Sort out code/source files that were mixed with other repository files. No new functional changes. --- Core/core.cpp | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Core/core.cpp (limited to 'Core/core.cpp') diff --git a/Core/core.cpp b/Core/core.cpp deleted file mode 100644 index 04c7e53..0000000 --- a/Core/core.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include "core.h" - -Core::Core(QString applicationPath) -{ - _applicationPath = applicationPath; -} - -// TODO -void Core::shutdown() -{ - logPrimitive() << "[stop] quitting masterserver application" << endl; - - // end application - exit(0); -} -- cgit v1.2.3