From c2606779767d4bbc0f86b47291d9fb5bef83e506 Mon Sep 17 00:00:00 2001 From: "Frank D. Martinez M" Date: Sun, 27 Dec 2020 17:59:24 -0500 Subject: [PATCH] Remove default qt version value --- src/deployers/PluginsDeployerFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deployers/PluginsDeployerFactory.h b/src/deployers/PluginsDeployerFactory.h index 8c2b466..c308742 100644 --- a/src/deployers/PluginsDeployerFactory.h +++ b/src/deployers/PluginsDeployerFactory.h @@ -47,7 +47,7 @@ namespace linuxdeploy { boost::filesystem::path qtInstallQmlPath, boost::filesystem::path qtTranslationsPath, boost::filesystem::path qtDataPath, - int qtMajorVersion = 5); + int qtMajorVersion); std::vector> getDeployers(const std::string& moduleName); };