]> Some of my projects - localmylist.git/commitdiff
Initialize variable
authorAPTX <marek321@gmail.com>
Sat, 2 Jun 2012 13:24:17 +0000 (15:24 +0200)
committerAPTX <marek321@gmail.com>
Sat, 2 Jun 2012 13:24:17 +0000 (15:24 +0200)
localmylist/mylistexportparsetask.cpp

index 28103b67a85aa2d0e5c9fc7b5bb7c3500c19001f..d95a5146601def6182e5b75306d05a9042bc9977 100644 (file)
@@ -429,7 +429,7 @@ void MyListExportParseTask::readFile()
        Q_ASSERT(isStartElement());
 
        File f;
-       bool generic;
+       bool generic = false;
 
        while (!atEnd())
        {