NOISSUE remoce the old WM_CLASS workaround

This commit is contained in:
Petr Mrázek
2015-08-23 16:05:53 +02:00
parent b6ec2ac4b0
commit 0d15247247
17 changed files with 0 additions and 155 deletions

View File

@ -22,7 +22,6 @@
#include "IconPickerDialog.h"
#include "ui_IconPickerDialog.h"
#include "Platform.h"
#include "groupview/InstanceDelegate.h"
#include "icons/IconList.h"
@ -30,7 +29,6 @@
IconPickerDialog::IconPickerDialog(QWidget *parent)
: QDialog(parent), ui(new Ui::IconPickerDialog)
{
MultiMCPlatform::fixWM_CLASS(this);
ui->setupUi(this);
setWindowModality(Qt::WindowModal);