From 0d152472475aae54385f47d709c59a792689f7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 23 Aug 2015 16:05:53 +0200 Subject: NOISSUE remoce the old WM_CLASS workaround --- application/dialogs/ProgressDialog.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'application/dialogs/ProgressDialog.cpp') diff --git a/application/dialogs/ProgressDialog.cpp b/application/dialogs/ProgressDialog.cpp index 939c5870..83f82d33 100644 --- a/application/dialogs/ProgressDialog.cpp +++ b/application/dialogs/ProgressDialog.cpp @@ -19,11 +19,9 @@ #include #include "tasks/Task.h" -#include "Platform.h" ProgressDialog::ProgressDialog(QWidget *parent) : QDialog(parent), ui(new Ui::ProgressDialog) { - MultiMCPlatform::fixWM_CLASS(this); ui->setupUi(this); this->setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint); setSkipButton(false); -- cgit v1.2.3