data: log storage stats after parsing

This commit is contained in:
Eberhard Graether
2015-05-29 16:49:10 +02:00
parent f8d3f14cbd
commit 0153330317
11 changed files with 81 additions and 0 deletions
+2
View File
@@ -85,6 +85,8 @@ void Application::saveProject(const std::string& projectSettingsFilePath)
void Application::handleMessage(MessageFinishedParsing* message)
{
m_project->logStats();
if (message->errorCount > 0)
{
return;