Signed-off-by: John Parent <john.parent@kitware.com>
This commit is contained in:
John Parent
2024-11-15 20:05:10 -05:00
parent 0765f917a9
commit 9ef7dbaa10
4 changed files with 12 additions and 8 deletions

View File

@@ -4,6 +4,7 @@
#include <windows.h>
#include <QCoreApplication>
#include <QFile>
namespace gpt4all {
namespace resource {
@@ -12,7 +13,7 @@ namespace resource {
class WinInstallerResources : public QObject
{
public:
static int extractAndInstall();
}
static int extractAndInstall(QFile *installerPath);
};
}
}