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