Skip to content

Commit c260677

Browse files
committed
Remove default qt version value
1 parent 63271d9 commit c260677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deployers/PluginsDeployerFactory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ namespace linuxdeploy {
4747
boost::filesystem::path qtInstallQmlPath,
4848
boost::filesystem::path qtTranslationsPath,
4949
boost::filesystem::path qtDataPath,
50-
int qtMajorVersion = 5);
50+
int qtMajorVersion);
5151

5252
std::vector<std::shared_ptr<PluginsDeployer>> getDeployers(const std::string& moduleName);
5353
};

0 commit comments

Comments
 (0)