SecretService 0.13.2d47dfe
SecretService is base back end library for your c++ Qt projects.
SecretDB.h
Go to the documentation of this file.
1//#
2//# Copyright (C) 2024-2024 QuasarApp.
3//# Distributed under the GPLv3 software license, see the accompanying
4//# Everyone is permitted to copy and distribute verbatim copies
5//# of this license document, but changing it is not allowed.
6//#
7
8#include "SecretDB/global.h"
10#include <QSharedPointer>
11#include <QString>
12
13inline void initSecretDBResources() { Q_INIT_RESOURCE(SecretDB); }
14
15namespace DBSecret {
16
22
23QSharedPointer<IDataBase> SECRETDB_EXPORT database();
24
25
26};
void initSecretDBResources()
Definition SecretDB.h:13
#define SECRETDB_EXPORT
Definition global.h:16
bool init()
init main initialize method of The YourTimeDeliviry library
Definition SecretDB.cpp:15
QSharedPointer< IDataBase > database()
Definition SecretDB.cpp:21