fix signature
This commit is contained in:
parent
787ff64871
commit
283cea6f7a
@ -82,7 +82,7 @@ SigningPrivate::SigningPrivate(Signing *auth, const QString &path)
|
|||||||
m_keystoreDir->startScan(true);
|
m_keystoreDir->startScan(true);
|
||||||
|
|
||||||
// Start watching the keystore and the dir with the kde keys, and notify for changed
|
// Start watching the keystore and the dir with the kde keys, and notify for changed
|
||||||
q->connect(m_keystoreDir, SIGNAL(created(const QString &)), q, SLOT(processKeystore()));
|
q->connect(m_keystoreDir, SIGNAL(created(const QString &)), q, SLOT(processKeystore(const QString &)));
|
||||||
q->connect(m_keystoreDir, SIGNAL(dirty(const QString &)), q, SLOT(keyAdded(const QString &)));
|
q->connect(m_keystoreDir, SIGNAL(dirty(const QString &)), q, SLOT(keyAdded(const QString &)));
|
||||||
q->connect(m_keystoreDir, SIGNAL(deleted(const QString &)), q, SLOT(keyRemoved(const QString &)));
|
q->connect(m_keystoreDir, SIGNAL(deleted(const QString &)), q, SLOT(keyRemoved(const QString &)));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user