QtDBus: Remove unused extern declaration of qDBusInitThreads()
Change-Id: I318ca15d9da9fe9f9a0d68494d0f55061d88987e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
1269f33d3b
commit
e5ecebef4f
|
|
@ -996,8 +996,6 @@ void QDBusConnectionPrivate::deliverCall(QObject *object, int /*flags*/, const Q
|
|||
return;
|
||||
}
|
||||
|
||||
extern bool qDBusInitThreads();
|
||||
|
||||
QDBusConnectionPrivate::QDBusConnectionPrivate(QObject *p)
|
||||
: QObject(p),
|
||||
ref(1),
|
||||
|
|
|
|||
Loading…
Reference in New Issue