mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-08 16:45:51 +00:00
Windows Fixes
This commit is contained in:
parent
39af4fd87c
commit
df01970bac
@ -8,6 +8,11 @@
|
|||||||
#include <QTextCursor>
|
#include <QTextCursor>
|
||||||
#include "FileDirDialog.hpp"
|
#include "FileDirDialog.hpp"
|
||||||
|
|
||||||
|
#if _WIN32
|
||||||
|
#include <Windows.h>
|
||||||
|
#include <shellapi.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
MainWindow::MainWindow(QWidget *parent) :
|
MainWindow::MainWindow(QWidget *parent) :
|
||||||
QMainWindow(parent),
|
QMainWindow(parent),
|
||||||
m_ui(new Ui::MainWindow)
|
m_ui(new Ui::MainWindow)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user