From bf34aa7fbd87eb5e21bc1bb69fc3f53c2c92d8fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Fri, 13 Dec 2013 00:02:58 +0100 Subject: Use temporary files for the java checker --- logic/JavaChecker.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'logic/JavaChecker.h') diff --git a/logic/JavaChecker.h b/logic/JavaChecker.h index 4488da66..291bf46c 100644 --- a/logic/JavaChecker.h +++ b/logic/JavaChecker.h @@ -1,10 +1,12 @@ #pragma once #include #include +#include #include class JavaChecker; + struct JavaCheckResult { QString path; @@ -31,6 +33,7 @@ signals: private: QProcessPtr process; QTimer killTimer; + QTemporaryFile checkerJar; public slots: void timeout(); -- cgit v1.2.3