NOISSUE fix log-related legacy instance crash and show hidden log files

This commit is contained in:
Petr Mrázek
2015-08-19 02:04:56 +02:00
parent 96fdaebb5c
commit 5bc29b06a9
6 changed files with 21 additions and 4 deletions

View File

@@ -74,4 +74,8 @@ public:
{
return nullptr;
}
virtual QString getLogFileRoot()
{
return instanceRoot();
}
};