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:
Roland Winklmeier
2014-06-20 23:17:25 +02:00
parent 0ca7c76932
commit db1c04aaf8

View File

@@ -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);