minor fixes
Some checks failed
buildbot/AndroidBuilder_v8Qt6 Build finished.
buildbot/DocsGenerator Build finished.
buildbot/LinuxCMakeBuilderQt6 Build finished.
buildbot/WindowsCMakeBuilder Build finished.

This commit is contained in:
Andrei Yankovich 2024-06-19 23:12:15 +02:00
parent 14d5236c99
commit 34c2ab5285
2 changed files with 1 additions and 3 deletions

View File

@ -8,8 +8,6 @@
#include "abstractdata.h"
#include <QDataStream>
#include <QMap>
#include <typeinfo>
#include <limits>
#include <quasarapp.h>
#include <QCryptographicHash>
#include <qaglobalutils.h>

View File

@ -94,7 +94,7 @@ public:
virtual unsigned short cmd() const = 0;
/**
* @brief cmd - This is command string of this object, (for generate cmd use macross QH_PACKAGE)
* @brief cmdString - This is command string of this object, (for generate cmd use macross QH_PACKAGE)
* @note Use the QH_PACKAGE macross for implement this method.
* @return global command of package.
* @see QH_PACKAGE