diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-27 17:23:44 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-27 17:34:21 +0100 |
commit | f33f596584bf88df36175516764d5d7977d98b98 (patch) | |
tree | ced52b9312474076c83bf3d546f3d3862a501f95 /launcher/Logging.h | |
parent | c8d8046412467d10abd439bf2066b2304122d7c6 (diff) | |
download | PrismLauncher-f33f596584bf88df36175516764d5d7977d98b98.tar.gz PrismLauncher-f33f596584bf88df36175516764d5d7977d98b98.tar.bz2 PrismLauncher-f33f596584bf88df36175516764d5d7977d98b98.zip |
refactor: use ECM logging categories instead
Co-authored-by: flow <flowlnlnln@gmail.com>
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'launcher/Logging.h')
-rw-r--r-- | launcher/Logging.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/launcher/Logging.h b/launcher/Logging.h deleted file mode 100644 index 0fcb30b7..00000000 --- a/launcher/Logging.h +++ /dev/null @@ -1,24 +0,0 @@ -// SPDX-License-Identifier: GPL-3.0-only -/* - * PolyMC - Minecraft Launcher - * Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net> - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, version 3. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <https://www.gnu.org/licenses/>. - * - */ - -#pragma once - -#include <QLoggingCategory> - -Q_DECLARE_LOGGING_CATEGORY(authCredentials) |