mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-09 16:09:37 +00:00
fix
This commit is contained in:
parent
ad6e15e504
commit
8f28f26320
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user