remove tmp files

This commit is contained in:
Andrei Yankovich 2023-12-02 11:03:08 +01:00
parent 64e95d1de0
commit 36bad83f3a

View File

@ -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