SecretService 0.13.2d47dfe
SecretService is base back end library for your c++ Qt projects.
QASecret.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 "QASecret/global.h"
9#include <QString>
10
11inline void initSecretServiceResources() { Q_INIT_RESOURCE(secretcore); }
12
13namespace QASecret {
14
20
26
27};
void initSecretServiceResources()
Definition QASecret.h:11
#define SECRETSERVICE_EXPORT
Definition global.h:18
QString version()
version This method return string value of a library version
Definition QASecret.cpp:24
bool init()
init main initialize method of The SecretService library
Definition QASecret.cpp:15