From: APTX Date: Sat, 2 Jun 2012 13:24:17 +0000 (+0200) Subject: Initialize variable X-Git-Url: https://gitweb.tyo.aptx.org/?a=commitdiff_plain;h=3883f50b78091e4c4c0470daf3b8f21183239be2;p=localmylist.git Initialize variable --- diff --git a/localmylist/mylistexportparsetask.cpp b/localmylist/mylistexportparsetask.cpp index 28103b6..d95a514 100644 --- a/localmylist/mylistexportparsetask.cpp +++ b/localmylist/mylistexportparsetask.cpp @@ -429,7 +429,7 @@ void MyListExportParseTask::readFile() Q_ASSERT(isStartElement()); File f; - bool generic; + bool generic = false; while (!atEnd()) {