From ef8d2957a7a1aed45a3bdcefb89b8d6f5526e791 Mon Sep 17 00:00:00 2001 From: dismine Date: Wed, 23 Oct 2013 12:12:39 +0300 Subject: [PATCH] Delete file lekalo.xml. --HG-- branch : develop --- mainwindow.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 40a25f252..e1d04f1f0 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1099,14 +1099,6 @@ MainWindow::~MainWindow(){ CanselTool(); delete ui; - QFile file("lekalo.xml"); - if(file.open(QIODevice::WriteOnly | QIODevice::Truncate)){ - const int Indent = 4; - QTextStream out(&file); - doc->save(out, Indent); - file.close(); - } - delete data; if(!doc->isNull()){ delete doc;