Coding style fixes.

This commit is contained in:
Felix Geyer
2012-07-16 17:47:21 +02:00
parent 237d954b65
commit 676be9da16
3 changed files with 14 additions and 15 deletions

View File

@@ -155,7 +155,7 @@ void AutoType::performGlobalAutoType(const QList<Database*>& dbList)
}
else if (entryList.size() == 1) {
m_inAutoType = false;
performAutoType(entryList.first().first, 0, entryList.first().second);
performAutoType(entryList.first().first, Q_NULLPTR, entryList.first().second);
}
else {
// TODO: implement