| 6 |
|
|
| 7 |
|
namespace GlobalVars{ |
| 8 |
|
|
| 9 |
< |
const QString AppVersion="1.0"; |
| 9 |
> |
const QString AppVersion="1.1"; |
| 10 |
|
const QString LastCompatibleVersion = "1.0"; |
| 11 |
|
const QString ToolsFolder = "tools"; |
| 12 |
|
const QString OniSplitString="OniSplit.exe"; |
| 45 |
|
**/ |
| 46 |
|
namespace UtilVago{ |
| 47 |
|
void openLogFile(); |
| 48 |
+ |
void showAndLogWarningPopUp(Logger *logger, const QString &message); |
| 49 |
+ |
void showWarningPopUpLogButton(const QString &message); |
| 50 |
+ |
void showAndLogWarningPopUpLogButton(Logger *logger, const QString &message); |
| 51 |
|
void showAndLogErrorPopUp(Logger *logger, const QString &message); |
| 52 |
|
void showErrorPopUpLogButton(const QString &message); |
| 53 |
|
void showAndLogErrorPopUpLogButton(Logger *logger, const QString &message); |
| 54 |
|
QString getOSIndependentAppPath(); |
| 55 |
|
QString getAppPath(); |
| 56 |
< |
QString getOniSplitExeAbsolutePath(); |
| 57 |
< |
QString getXmlToolsExeAbsolutePath(); |
| 56 |
> |
QString getOniSplitExecutableAbsolutePath(); |
| 57 |
> |
QString getXmlToolsExecutableAbsolutePath(); |
| 58 |
> |
QString getOniSplitExecutable(); |
| 59 |
> |
QString getXmlToolsExecutable(); |
| 60 |
|
#ifdef Q_OS_MAC |
| 61 |
|
QString getMonoExecutablePath(); |
| 62 |
|
#endif |