mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
Remove Qt::Tool window flag from IntroWindow
Qt::Tool causes the dialog to not have a symbol in the taskbar
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
* Constructor
|
* Constructor
|
||||||
*/
|
*/
|
||||||
CIntroWindow::CIntroWindow(QWidget *parent) :
|
CIntroWindow::CIntroWindow(QWidget *parent) :
|
||||||
QDialog(parent, (Qt::Tool | Qt::WindowStaysOnTopHint)),
|
QDialog(parent, (Qt::WindowStaysOnTopHint)),
|
||||||
ui(new Ui::CIntroWindow)
|
ui(new Ui::CIntroWindow)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user