QuasarAppLib
qasecretservice.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2024-2025 QuasarApp.
3 * Distributed under the lgplv3 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#ifndef QASECRETSERVICE_H
9#define QASECRETSERVICE_H
10
11#include <QByteArray>
12
13
14namespace QuasarAppUtils {
15
23{
24public:
26
27#ifdef Q_OS_LINUX
28
29 static QByteArray getByAlias(const QString& alias);
30 static QByteArray getByHash(const QByteArray& hash);
31#endif
32};
33
34}
35#endif // QASECRETSERVICE_H
The qasecretservice class This is a simeple provider of QASecretService tool See https://github....
The QuasaraAppUtils class This lib include base functions for the all applications of QuasarApp group...
Definition helpdata.cpp:18
void gen(int size, QByteArray &result)