mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Make requested changes
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -36,21 +36,20 @@
|
||||
*/
|
||||
|
||||
#include "JavaSettingsWidget.h"
|
||||
#include <Application.h>
|
||||
#include <BuildConfig.h>
|
||||
#include <JavaCommon.h>
|
||||
#include <settings/Setting.h>
|
||||
#include <ui/java/InstallJavaDialog.h>
|
||||
|
||||
#include <FileSystem.h>
|
||||
#include <java/JavaInstallList.h>
|
||||
#include <java/JavaUtils.h>
|
||||
#include <sys.h>
|
||||
#include <ui/dialogs/CustomMessageBox.h>
|
||||
#include <ui/dialogs/VersionSelectDialog.h>
|
||||
#include <QFileDialog>
|
||||
#include <QFileInfo>
|
||||
#include <memory>
|
||||
#include "Application.h"
|
||||
#include "BuildConfig.h"
|
||||
#include "FileSystem.h"
|
||||
#include "JavaCommon.h"
|
||||
#include "java/JavaInstallList.h"
|
||||
#include "java/JavaUtils.h"
|
||||
#include "settings/Setting.h"
|
||||
#include "sys.h"
|
||||
#include "ui/dialogs/CustomMessageBox.h"
|
||||
#include "ui/dialogs/VersionSelectDialog.h"
|
||||
#include "ui/java/InstallJavaDialog.h"
|
||||
|
||||
#include "ui_JavaSettingsWidget.h"
|
||||
|
||||
|
Reference in New Issue
Block a user