Revert sliders

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad 2025-03-24 11:59:29 +00:00
parent e1e0a3d887
commit 4e6bfde723
No known key found for this signature in database
GPG key ID: 5E39D70B4C93C38E
5 changed files with 129 additions and 487 deletions

View file

@ -59,13 +59,10 @@ class JavaSettingsWidget : public QWidget {
void onJavaBrowse();
void onJavaAutodetect();
void onJavaTest();
void onMemoryChange();
void finishAdjustingMinMemory();
void finishAdjustingMaxMemory();
void enableAdvancedMemoryControl(bool enabled);
void updateThresholds();
private:
InstancePtr m_instance;
Ui::JavaSettingsWidget* m_ui;
unique_qobject_ptr<JavaCommon::TestCheck> m_checker;
};
};