update docs

This commit is contained in:
Andrei Yankovich 2024-06-24 13:27:03 +02:00
parent ee0f7fb2ee
commit f82a69db36

View File

@ -14,12 +14,6 @@
namespace QuasarAppUtils {
struct QUASARAPPSHARED_EXPORT LogData {
char type = 0;
int time = 0;
QString text;
};
/**
* @brief The QALogger class is logger handler for app.
*/
@ -28,6 +22,9 @@ class QUASARAPPSHARED_EXPORT QALogger
public:
QALogger();
/**
* @brief init This method initialize logging of all qt message into file.
*/
void init();