mirror of https://github.com/mgba-emu/mgba.git
Qt: Hide ? button on forwarder view
This commit is contained in:
parent
e445baaf14
commit
bef88a4e13
|
@ -15,7 +15,7 @@
|
||||||
using namespace QGBA;
|
using namespace QGBA;
|
||||||
|
|
||||||
ForwarderView::ForwarderView(QWidget* parent)
|
ForwarderView::ForwarderView(QWidget* parent)
|
||||||
: QDialog(parent)
|
: QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::WindowCloseButtonHint)
|
||||||
{
|
{
|
||||||
m_ui.setupUi(this);
|
m_ui.setupUi(this);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue