easyssl
0.50.142aaef
EasySSL is base back end library for your c++ Qt projects.
easyssl.cpp
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.h
"
9
10
namespace
EasySSL
{
11
12
bool
init
() {
13
return
true
;
14
}
15
16
QString
version
() {
17
return
EASYSSL_VERSION
;
18
}
19
20
21
}
easyssl.h
EASYSSL_VERSION
#define EASYSSL_VERSION
Definition
global.h:13
EasySSL
Definition
easysslutils.cpp:15
EasySSL::init
bool init()
init main initialize method of The easyssl library
Definition
easyssl.cpp:12
EasySSL::version
QString version()
version This method return string value of a library version
Definition
easyssl.cpp:16
src
lib
src
public
easyssl.cpp
Generated by
1.9.8