WIP: main

This commit is contained in:
driftingsun 2020-12-26 15:03:51 +03:00
parent f25f34565a
commit 15730b470e
52 changed files with 2438 additions and 208 deletions

View file

@ -1,10 +1,11 @@
#ifndef DEBUG_H
#define DEBUG_H
#include <QFile>
#include <QTextStream>
#include <QString>
#include <QDebug>
#include <QDir>
#include <QFile>
#include <QString>
#include <QTextStream>
class Debug
{
@ -12,6 +13,7 @@ public:
static QString logsDir();
static bool init();
static bool openLogsFolder();
static QString appLogFileNamePath();
private:
static QFile m_file;