Initialize variables to silence compiler warnings.

This commit is contained in:
Felix Geyer 2013-05-01 12:03:03 +02:00
parent a505d85792
commit db6ac26794
2 changed files with 3 additions and 3 deletions

View file

@ -391,8 +391,8 @@ Group* KeePass1Reader::readGroup(QIODevice* cipherStream)
TimeInfo timeInfo;
quint32 groupId;
quint32 groupLevel;
quint32 groupId = 0;
quint32 groupLevel = 0;
bool groupIdSet = false;
bool groupLevelSet = false;