fix compatibility with QuasarAppLib service
All checks were successful
buildbot/DocsGenerator Build finished.
buildbot/AndroidBuilder_v8Qt6 Build finished.
buildbot/LinuxCMakeBuilderQt6 Build finished.
buildbot/WindowsCMakeBuilder Build finished.
buildbot/IOSCMakeBuilder Build finished.

This commit is contained in:
Andrei Yankovich 2023-09-30 16:04:25 +02:00
parent 597e03f761
commit ebd73e802b

View File

@ -5,8 +5,8 @@
* of this license document, but changing it is not allowed.
*/
#ifndef SERVICE_H
#define SERVICE_H
#ifndef PSERVICE_H
#define PSERVICE_H
#include "Patronum_global.h"
#include "PFeature.h"
#include <IPService.h>
@ -123,4 +123,4 @@ private:
}
#endif // SERVICE_H
#endif // PSERVICE_H