mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-04-21 09:46:58 -04:00
Fix JavaWizardWidget compilation without PCH
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "JavaWizardWidget.h"
|
||||
|
||||
#include <QCheckBox>
|
||||
#include <QFileDialog>
|
||||
#include <QGroupBox>
|
||||
#include <QLabel>
|
||||
@@ -556,4 +557,4 @@ void JavaWizardWidget::onSpinBoxValueChanged(int)
|
||||
JavaWizardWidget::~JavaWizardWidget()
|
||||
{
|
||||
delete m_verticalSpacer;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user