isPublished no longer required
This commit is contained in:
parent
db0e72bf77
commit
0633f2fd28
@ -424,13 +424,4 @@ PackagePrivate &PackagePrivate::operator=(const PackagePrivate &rhs)
|
||||
return *this;
|
||||
}
|
||||
|
||||
bool PackagePrivate::isPublished() const
|
||||
{
|
||||
if (service) {
|
||||
return service->d->isPublished();
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
} // Namespace
|
||||
|
@ -38,8 +38,6 @@ public:
|
||||
|
||||
PackagePrivate &operator=(const PackagePrivate &rhs);
|
||||
|
||||
bool isPublished() const;
|
||||
|
||||
void updateHash(const QString &basePath, const QString &subPath, const QDir &dir, QCryptographicHash &hash);
|
||||
|
||||
PackageStructure::Ptr structure;
|
||||
|
Loading…
x
Reference in New Issue
Block a user