From 36bad83f3a5e8c26b3da6a989fd2684558ebc0c7 Mon Sep 17 00:00:00 2001 From: EndrII <EndrIIMail@gmail.com> Date: Sat, 2 Dec 2023 11:03:08 +0100 Subject: [PATCH] remove tmp files --- src/core/src/public/QASecret/global.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/core/src/public/QASecret/global.h diff --git a/src/core/src/public/QASecret/global.h b/src/core/src/public/QASecret/global.h deleted file mode 100644 index c225695..0000000 --- a/src/core/src/public/QASecret/global.h +++ /dev/null @@ -1,22 +0,0 @@ -//# -//# Copyright (C) 2018-2023 QuasarApp. -//# Distributed under the GPLv3 software license, see the accompanying -//# Everyone is permitted to copy and distribute verbatim copies -//# of this license document, but changing it is not allowed. -//# - -#ifndef SecretService_GLOBAL_H -#define SecretService_GLOBAL_H - -#include <QtCore/qglobal.h> - -#define SECRETSERVICE_VERSION "0.1.fcc1c45" - -#if defined(SECRETSERVICE_LIBRARY) -# define SECRETSERVICE_EXPORT Q_DECL_EXPORT -#else -# define SECRETSERVICE_EXPORT Q_DECL_IMPORT -#endif - -#endif //SecretService_GLOBAL_H -