From db1c04aaf8f5f2a9e7ef1d4a0eb838eee3424259 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Fri, 20 Jun 2014 23:17:25 +0200 Subject: [PATCH] Remove Qt::Tool window flag from IntroWindow Qt::Tool causes the dialog to not have a symbol in the taskbar --- samples/blackgui/introwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/blackgui/introwindow.cpp b/samples/blackgui/introwindow.cpp index 59d8770fe..eb9f40ff5 100644 --- a/samples/blackgui/introwindow.cpp +++ b/samples/blackgui/introwindow.cpp @@ -12,7 +12,7 @@ * Constructor */ CIntroWindow::CIntroWindow(QWidget *parent) : - QDialog(parent, (Qt::Tool | Qt::WindowStaysOnTopHint)), + QDialog(parent, (Qt::WindowStaysOnTopHint)), ui(new Ui::CIntroWindow) { ui->setupUi(this);