Heart
1.3.848.aa44c26
Heart is base back end library for your c++ Qt projects.
heart.cpp
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2018-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
#include "
heart.h
"
9
10
#include <QDataStream>
11
#include <QVariantMap>
12
13
namespace
QH
{
14
15
bool
init
() {
16
initResources
();
17
return
true
;
18
}
19
20
QString
heartLibVersion
() {
21
return
HEART_VERSION
;
22
}
23
24
}
heart.h
initResources
void initResources()
Definition
heart.h:13
HEART_VERSION
#define HEART_VERSION
Definition
heart_global.h:15
QH
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...
Definition
heart.cpp:13
QH::init
bool init()
init This method initialize default resources of the Heart Library.
Definition
heart.cpp:15
QH::heartLibVersion
QString heartLibVersion()
heartLibVersion This method return version of library in format : major.commit.hash
Definition
heart.cpp:20
src
heart.cpp
Generated by
1.9.8