easyssl 0.51.8d8e9a5
EasySSL is base back end library for your c++ Qt projects.
easyssl.h
Go to the documentation of this file.
1//#
2//# Copyright (C) 2021-2025 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 "easyssl/global.h"
9#include <QString>
10
11
12namespace EasySSL {
13
18bool EASYSSL_EXPORT init();
19
24QString EASYSSL_EXPORT version();
25
26};
#define EASYSSL_EXPORT
Definition global.h:18
bool init()
init main initialize method of The easyssl library
Definition easyssl.cpp:12
QString version()
version This method return string value of a library version
Definition easyssl.cpp:16