NOISSUE remoce the old WM_CLASS workaround
This commit is contained in:
parent
b6ec2ac4b0
commit
0d15247247
17 changed files with 0 additions and 155 deletions
|
@ -332,8 +332,6 @@ namespace Ui {
|
|||
#include "groupview/InstanceDelegate.h"
|
||||
#include "InstanceProxyModel.h"
|
||||
|
||||
#include "Platform.h"
|
||||
|
||||
#include "widgets/LabeledToolButton.h"
|
||||
#include "widgets/ServerStatus.h"
|
||||
|
||||
|
@ -385,7 +383,6 @@ namespace Ui {
|
|||
|
||||
MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow)
|
||||
{
|
||||
MultiMCPlatform::fixWM_CLASS(this);
|
||||
ui->setupUi(this);
|
||||
|
||||
// initialize the news checker
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue