From 5b5eba7e68e7de8d442824d2f5076ec7d623e2b8 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 22 Aug 2017 11:35:33 +0800 Subject: Windows type of functionality windows is now Qt::Dialog. Initialization fluidsynth asynchronously. Minor documentation update. --- qmidiplayer-desktop/qmpchannelswindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmidiplayer-desktop/qmpchannelswindow.cpp') diff --git a/qmidiplayer-desktop/qmpchannelswindow.cpp b/qmidiplayer-desktop/qmpchannelswindow.cpp index 925d632..77560dc 100644 --- a/qmidiplayer-desktop/qmpchannelswindow.cpp +++ b/qmidiplayer-desktop/qmpchannelswindow.cpp @@ -7,7 +7,7 @@ #include "qmpmainwindow.hpp" qmpChannelsWindow::qmpChannelsWindow(QWidget *parent) : - QWidget(parent,Qt::Window), + QWidget(parent,Qt::Dialog), ui(new Ui::qmpChannelsWindow) { ui->setupUi(this); -- cgit v1.2.3