summaryrefslogtreecommitdiffstats
path: root/application/dialogs/IconPickerDialog.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-08-23 16:05:53 +0200
committerPetr Mrázek <peterix@gmail.com>2015-08-23 16:05:53 +0200
commit0d152472475aae54385f47d709c59a792689f7b4 (patch)
tree3f737485e29fd0ccc4ff753f1b1f7b1255d722bb /application/dialogs/IconPickerDialog.cpp
parentb6ec2ac4b0eb8bce9d985691325b4406b1faf879 (diff)
downloadMultiMC-0d152472475aae54385f47d709c59a792689f7b4.tar
MultiMC-0d152472475aae54385f47d709c59a792689f7b4.tar.gz
MultiMC-0d152472475aae54385f47d709c59a792689f7b4.tar.lz
MultiMC-0d152472475aae54385f47d709c59a792689f7b4.tar.xz
MultiMC-0d152472475aae54385f47d709c59a792689f7b4.zip
NOISSUE remoce the old WM_CLASS workaround
Diffstat (limited to 'application/dialogs/IconPickerDialog.cpp')
-rw-r--r--application/dialogs/IconPickerDialog.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/application/dialogs/IconPickerDialog.cpp b/application/dialogs/IconPickerDialog.cpp
index cafd47b7..7bde6fd0 100644
--- a/application/dialogs/IconPickerDialog.cpp
+++ b/application/dialogs/IconPickerDialog.cpp
@@ -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);