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

@@ -24,7 +24,6 @@
#include <qlayoutitem.h>
#include <QCloseEvent>
#include <Platform.h>
#include <dialogs/CustomMessageBox.h>
#include <dialogs/ProgressDialog.h>
#include "widgets/PageContainer.h"
@@ -56,7 +55,6 @@ private:
ConsoleWindow::ConsoleWindow(std::shared_ptr<LaunchTask> proc, QWidget *parent)
: QMainWindow(parent), m_proc(proc)
{
MultiMCPlatform::fixWM_CLASS(this);
setAttribute(Qt::WA_DeleteOnClose);
auto instance = m_proc->instance();