summaryrefslogtreecommitdiffstats
path: root/application/setupwizard/JavaWizardPage.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-01-07 18:11:41 +0100
committerPetr Mrázek <peterix@gmail.com>2017-01-07 18:11:41 +0100
commit8421ef622dc8e51503bad3bc0fbee0aa63ff1b8b (patch)
tree9824a83704eca844d98cf35b0f1f3f543b493f8f /application/setupwizard/JavaWizardPage.h
parentc4ec6bc0f552fe7af693d52826c82f1e7db908de (diff)
downloadMultiMC-8421ef622dc8e51503bad3bc0fbee0aa63ff1b8b.tar
MultiMC-8421ef622dc8e51503bad3bc0fbee0aa63ff1b8b.tar.gz
MultiMC-8421ef622dc8e51503bad3bc0fbee0aa63ff1b8b.tar.lz
MultiMC-8421ef622dc8e51503bad3bc0fbee0aa63ff1b8b.tar.xz
MultiMC-8421ef622dc8e51503bad3bc0fbee0aa63ff1b8b.zip
NOISSUE even more java polishing
* Memory minimums lowered to 128M in all Java settings UIs * Changing the memory sizes on the wizard page does not automatically trigger checks if the executable doesn't have 'java' in the name * Java detection on linux now scans some common JRE locations, not just /usr/bin/java
Diffstat (limited to 'application/setupwizard/JavaWizardPage.h')
-rw-r--r--application/setupwizard/JavaWizardPage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/setupwizard/JavaWizardPage.h b/application/setupwizard/JavaWizardPage.h
index 56a40453..7b0d8830 100644
--- a/application/setupwizard/JavaWizardPage.h
+++ b/application/setupwizard/JavaWizardPage.h
@@ -52,6 +52,7 @@ protected slots:
void checkFinished(JavaCheckResult result);
protected: /* methods */
+ void checkJavaPathOnEdit(const QString &path);
void checkJavaPath(const QString &path);
void setJavaStatus(JavaStatus status);
void setupUi();