Patronum
Loading...
Searching...
No Matches
patronum.h
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#ifndef PATRONUM_H
9#define PATRONUM_H
10
11#include "PController.h"
12#include "PFeature.h"
13#include "PService.h"
14
15inline void initPatronumResources() { Q_INIT_RESOURCE(templates); }
16
53namespace Patronum {
58QString patronumLibVersion();
59
60void init() ;
61}
62#endif // PATRONUM_H
The Patronum namespace - It is main name space of Patronum Library. The Patronum library support the ...
void init()
Definition patronum.cpp:17
QString patronumLibVersion()
patronumLibVersion This method return current version of library.
Definition patronum.cpp:13
void initPatronumResources()
Definition patronum.h:15