From 1b884d0a9dc28d8bca38fe8756482d991d0ea850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Mon, 4 May 2015 01:20:48 +0200 Subject: GH-907 improve Java testing and PermGen deprecation handling --- application/pages/global/JavaPage.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'application/pages/global/JavaPage.h') diff --git a/application/pages/global/JavaPage.h b/application/pages/global/JavaPage.h index 2af85280..4dd2b306 100644 --- a/application/pages/global/JavaPage.h +++ b/application/pages/global/JavaPage.h @@ -17,10 +17,10 @@ #include #include - -#include "java/JavaChecker.h" #include "pages/BasePage.h" +#include "JavaCommon.h" #include +#include class SettingsObject; @@ -64,10 +64,9 @@ slots: void on_javaDetectBtn_clicked(); void on_javaTestBtn_clicked(); void on_javaBrowseBtn_clicked(); - - void checkFinished(JavaCheckResult result); + void checkerFinished(); private: Ui::JavaPage *ui; - std::shared_ptr checker; + QObjectPtr checker; }; -- cgit v1.2.3