mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove unused QMutexPool::instance()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8ba9bec0c2
commit
4c79e388c6
2 changed files with 1 additions and 9 deletions
|
@ -90,14 +90,6 @@ QMutexPool::~QMutexPool()
|
|||
}
|
||||
}
|
||||
|
||||
/*!
|
||||
Returns the global QMutexPool instance.
|
||||
*/
|
||||
QMutexPool *QMutexPool::instance()
|
||||
{
|
||||
return globalMutexPool();
|
||||
}
|
||||
|
||||
/*!
|
||||
\fn QMutexPool::get(const void *address)
|
||||
Returns a QMutex from the pool. QMutexPool uses the value \a address
|
||||
|
|
|
@ -57,7 +57,7 @@ public:
|
|||
return m;
|
||||
return createMutex(index);
|
||||
}
|
||||
static QMutexPool *instance();
|
||||
|
||||
static QMutex *globalInstanceGet(const void *address);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Reference in a new issue