Remove default qt version value

This commit is contained in:
Frank D. Martinez M
2020-12-27 17:59:24 -05:00
parent 63271d9a74
commit c260677976
+1 -1
View File
@@ -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<std::shared_ptr<PluginsDeployer>> getDeployers(const std::string& moduleName);
};