Changeset 1093 for s10k/Vago/utilvago.h


Ignore:
Timestamp:
Dec 30, 2017, 2:57:32 PM (7 years ago)
Author:
s10k
Message:

Vago 1.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • s10k/Vago/utilvago.h

    r1061 r1093  
    22#define UTILVAGO_H
    33
    4 #include "util.h"
    5 #include "logger.h"
     4#include <util.h>
     5#include <cpp17optional/optional.hpp>
     6#include <plog/Log.h>
     7#include <plog/Converters/NativeEOLConverter.h>
     8
     9#include <QDateTime>
    610
    711namespace GlobalVars{
    812
    9 const QString AppVersion="1.3";
    10 const QString LastCompatibleVersion = "1.0";
     13const QString AppVersion="1.4";
     14const QString LastCompatibleVersion = "1.4";
    1115const QString ToolsFolder = "tools";
    1216const QString OniSplitString="OniSplit.exe";
     
    4650namespace UtilVago{
    4751void openLogFile();
    48 void showAndLogWarningPopUp(Logger *logger, const QString &message);
     52void showAndLogWarningPopUp(const QString &message);
    4953void showWarningPopUpLogButton(const QString &message);
    50 void showAndLogWarningPopUpLogButton(Logger *logger, const QString &message);
    51 void showAndLogErrorPopUp(Logger *logger, const QString &message);
     54void showAndLogWarningPopUpLogButton(const QString &message);
     55void showAndLogErrorPopUp(const QString &message);
    5256void showErrorPopUpLogButton(const QString &message);
    53 void showAndLogErrorPopUpLogButton(Logger *logger, const QString &message);
     57void showAndLogErrorPopUpLogButton(const QString &message);
    5458QString getOSIndependentAppPath();
    5559QString getAppPath();
     
    6165QString getMonoExecutablePath();
    6266#endif
     67QString getDateTimeFormatForFilename(const QDateTime &currentDateTime);
    6368}
    6469
Note: See TracChangeset for help on using the changeset viewer.