mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
call parent connect() rather than QObject::connect() in QDBusServer constructor
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
740908bc95
commit
d0ce2f3cda
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ QDBusServer::QDBusServer(const QString &address, QObject *parent)
|
|||
|
||||
d = new QDBusConnectionPrivate(this);
|
||||
|
||||
QObject::connect(d, SIGNAL(newServerConnection(QDBusConnection)),
|
||||
connect(d, SIGNAL(newServerConnection(QDBusConnection)),
|
||||
this, SIGNAL(newConnection(QDBusConnection)));
|
||||
|
||||
QDBusErrorInternal error;
|
||||
|
|
Loading…
Add table
Reference in a new issue