Fix compiler warnings

Change-Id: I51b86be846618df45595cb176c34ee8a8558082d
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Orgad Shaneh
2013-08-14 21:14:35 +03:00
committed by hjk
parent a25008ad2d
commit 46653d4572
2 changed files with 2 additions and 2 deletions

View File

@@ -347,7 +347,6 @@ void BaseTextDocument::checkPermissions()
bool BaseTextDocument::open(QString *errorString, const QString &fileName, const QString &realFileName)
{
QString title = tr("untitled");
QStringList content;
ReadResult readResult = Utils::TextFileFormat::ReadIOError;