tiny fixes
This commit is contained in:
parent
cc1d2b0414
commit
de109d0840
@ -52,7 +52,7 @@ int main(int argc, char *argv[])
|
|||||||
AddVectoredExceptionHandler(FALSE, ExceptionLogger);
|
AddVectoredExceptionHandler(FALSE, ExceptionLogger);
|
||||||
SetUnhandledExceptionFilter([](auto) -> LONG { Terminate(); });
|
SetUnhandledExceptionFilter([](auto) -> LONG { Terminate(); });
|
||||||
|
|
||||||
QDir::setCurrent(QFileInfo().absolutePath());
|
QDir::setCurrent(QFileInfo(QString::fromStdWString(Util::GetModuleFileName().value())).absolutePath());
|
||||||
|
|
||||||
QApplication a(argc, argv);
|
QApplication a(argc, argv);
|
||||||
MainWindow w;
|
MainWindow w;
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
#include "setdialog.h"
|
#include "setdialog.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "host/util.h"
|
#include "host/util.h"
|
||||||
#include <QTimer>
|
|
||||||
#include <QInputDialog>
|
#include <QInputDialog>
|
||||||
|
|
||||||
MainWindow::MainWindow(QWidget *parent) :
|
MainWindow::MainWindow(QWidget *parent) :
|
||||||
|
Loading…
Reference in New Issue
Block a user