From fb83299e592ef7627d5914e0fbce70c570981124 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Wed, 8 Jan 2014 01:27:40 +0100 Subject: Deploy jars instead of extracting them at runtime, remove non-working nvidia fix --- logic/JavaChecker.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'logic/JavaChecker.h') diff --git a/logic/JavaChecker.h b/logic/JavaChecker.h index 4705381c..e19895f7 100644 --- a/logic/JavaChecker.h +++ b/logic/JavaChecker.h @@ -1,7 +1,6 @@ #pragma once #include #include -#include #include class JavaChecker; @@ -35,7 +34,6 @@ signals: private: QProcessPtr process; QTimer killTimer; - QTemporaryFile checkerJar; public slots: void timeout(); -- cgit