We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63271d9 commit c260677Copy full SHA for c260677
src/deployers/PluginsDeployerFactory.h
@@ -47,7 +47,7 @@ namespace linuxdeploy {
47
boost::filesystem::path qtInstallQmlPath,
48
boost::filesystem::path qtTranslationsPath,
49
boost::filesystem::path qtDataPath,
50
- int qtMajorVersion = 5);
+ int qtMajorVersion);
51
52
std::vector<std::shared_ptr<PluginsDeployer>> getDeployers(const std::string& moduleName);
53
};
0 commit comments