#ifndef INSTALL_JAVA_H #define INSTALL_JAVA_H #include #include #include #include #include #include #include #include #include #include #include void installJava(std::function logCallback); bool checkJava (); QString checkDirHash(QString path); #endif // INSTALL_JAVA_H