QFutureInterface: Remove unused function
Following 731ba8ed08
this function is
not used anymore
Change-Id: Id908931b4b21c825bd80a4f03790630818c73c07
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
This commit is contained in:
parent
18553bc50d
commit
5f915d0b91
@ -414,11 +414,6 @@ QFutureInterfaceBase &QFutureInterfaceBase::operator=(const QFutureInterfaceBase
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool QFutureInterfaceBase::referenceCountIsOne() const
|
|
||||||
{
|
|
||||||
return d->refCount.load() == 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool QFutureInterfaceBase::refT() const
|
bool QFutureInterfaceBase::refT() const
|
||||||
{
|
{
|
||||||
return d->refCount.refT();
|
return d->refCount.refT();
|
||||||
|
@ -129,7 +129,6 @@ public:
|
|||||||
QFutureInterfaceBase &operator=(const QFutureInterfaceBase &other);
|
QFutureInterfaceBase &operator=(const QFutureInterfaceBase &other);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool referenceCountIsOne() const;
|
|
||||||
bool refT() const;
|
bool refT() const;
|
||||||
bool derefT() const;
|
bool derefT() const;
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user