From 8e2a0d4bb82f21e94f030e1ee1958f192cb6b04e Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sat, 9 Dec 2017 14:22:34 +0000 Subject: [PATCH] Minor git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5158 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/aboutqet.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources/aboutqet.cpp b/sources/aboutqet.cpp index f77f0712f..33f0e6c98 100644 --- a/sources/aboutqet.cpp +++ b/sources/aboutqet.cpp @@ -60,8 +60,6 @@ AboutQET::AboutQET(QWidget *parent) : scrollArea->setWidgetResizable(true); scrollArea->setFixedSize (590, 590); scrollArea->setWidget(tabs); - scrollArea->setWindowModality(Qt::ApplicationModal); - } /**