@@ -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;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user