Coding style fixes.

This commit is contained in:
Felix Geyer
2012-05-15 17:48:48 +02:00
parent 0c7e1f1a6b
commit b90807c4d3
7 changed files with 10 additions and 12 deletions

View File

@@ -152,7 +152,7 @@ bool FileKey::create(const QString& fileName, QString* errorMsg)
}
}
bool FileKey::loadXml(QIODevice *device)
bool FileKey::loadXml(QIODevice* device)
{
QXmlStreamReader xmlReader(device);