mirror of
https://github.com/encounter/linuxdeploy-plugin-qt.git
synced 2026-07-10 12:18:45 -07:00
Remove default qt version value
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user