mirror of
https://github.com/QuasarApp/QuasarAppLib.git
synced 2025-04-26 17:54:40 +00:00
25 lines
576 B
C++
25 lines
576 B
C++
/*
|
|
* Copyright (C) 2018-2021 QuasarApp.
|
|
* Distributed under the lgplv3 software license, see the accompanying
|
|
* Everyone is permitted to copy and distribute verbatim copies
|
|
* of this license document, but changing it is not allowed.
|
|
*/
|
|
|
|
#ifndef QUASARAAPP_H
|
|
#define QUASARAAPP_H
|
|
|
|
#include "params.h"
|
|
#include "locales.h"
|
|
#include "settings.h"
|
|
|
|
/**
|
|
* @brief The QuasaraAppUtils class
|
|
* This lib include base functions for the all applications of QuasarApp group.
|
|
* All methods of the Quasar AppUtils is static.
|
|
*/
|
|
namespace QuasarAppUtils{
|
|
|
|
} ;
|
|
|
|
#endif // QUASARAAPP_H
|