Make AutoType::performGlobalAutoType() a slot.

This commit is contained in:
Felix Geyer
2012-07-14 19:06:05 +02:00
parent 651c00239a
commit fa51f7e10e
2 changed files with 4 additions and 2 deletions

View File

@@ -125,7 +125,7 @@ void AutoType::performAutoType(const Entry* entry, QWidget* hideWindow, const QS
m_inAutoType = false;
}
void AutoType::performGlobalAutoType(const QList<Database*> dbList)
void AutoType::performGlobalAutoType(const QList<Database*>& dbList)
{
if (m_inAutoType || !m_plugin) {
return;