remove unpublish
This commit is contained in:
parent
53085973b3
commit
2f1c50c419
@ -424,13 +424,6 @@ PackagePrivate &PackagePrivate::operator=(const PackagePrivate &rhs)
|
||||
return *this;
|
||||
}
|
||||
|
||||
void PackagePrivate::unpublish()
|
||||
{
|
||||
if (service) {
|
||||
service->d->unpublish();
|
||||
}
|
||||
}
|
||||
|
||||
bool PackagePrivate::isPublished() const
|
||||
{
|
||||
if (service) {
|
||||
|
@ -38,7 +38,6 @@ public:
|
||||
|
||||
PackagePrivate &operator=(const PackagePrivate &rhs);
|
||||
|
||||
void unpublish();
|
||||
bool isPublished() const;
|
||||
|
||||
void updateHash(const QString &basePath, const QString &subPath, const QDir &dir, QCryptographicHash &hash);
|
||||
|
Loading…
x
Reference in New Issue
Block a user