4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-09 16:09:37 +00:00
This commit is contained in:
Andrei Yankovich 2019-12-14 00:03:43 +03:00
parent ad6e15e504
commit 8f28f26320
2 changed files with 1 additions and 2 deletions

@ -12,6 +12,6 @@ void DistroModule::setTargets(const QSet<QString> &targets) {
_targets = targets;
}
void DistroModule::addTarger(const QString &target) {
void DistroModule::addTarget(const QString &target) {
_targets.insert(target);
}

@ -21,7 +21,6 @@ public:
private:
QString sufix = "";
DistroStruct _customStruct;
};
#endif // TARGETINFO_H