Revert sliders
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
e1e0a3d887
commit
4e6bfde723
5 changed files with 129 additions and 487 deletions
|
@ -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;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue