4
0
mirror of https://github.com/QuasarApp/Patronum.git synced 2025-05-11 06:29:35 +00:00

fix qt-solutions

This commit is contained in:
Andrei Yankovich 2020-04-19 18:21:17 +03:00
parent eae0be7b4b
commit a6d2af3b6c
3 changed files with 3 additions and 3 deletions

@ -6,7 +6,7 @@
#
cmake_minimum_required(VERSION 3.1)
project(Potronum)
project(PotronumMain)
if(TARGET ${PROJECT_NAME})
message("The ${PROJECT_NAME} arledy included in main Project")
return()

@ -1 +1 @@
Subproject commit 064af33406bd1edfb6d954bd5ad4245c8a045d01
Subproject commit df647bcb8db4650023b9044b40ea571c423ae241

@ -18,7 +18,7 @@ class PATRONUM_LIBRARYSHARED_EXPORT Controller : public QtServiceController, pro
{
public:
/**
* @brief Controller
* @brief Controller - base constructor
* @param name - name of you service
*/
Controller(const QString& name);