mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-07-18 03:51:18 +00:00
empty qt6 mainwindow
This commit is contained in:
10
shadPS4/gui/shadps4gui.cpp
Normal file
10
shadPS4/gui/shadps4gui.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "shadps4gui.h"
|
||||
|
||||
shadps4gui::shadps4gui(QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
{
|
||||
ui.setupUi(this);
|
||||
}
|
||||
|
||||
shadps4gui::~shadps4gui()
|
||||
{}
|
||||
Reference in New Issue
Block a user