Re-organise Analytics structures a bit to be more processing friendly

This commit is contained in:
baldurk
2018-01-19 13:57:02 +00:00
parent 98ed7ae9ca
commit 65ef82466c
11 changed files with 129 additions and 130 deletions
+1 -1
View File
@@ -565,7 +565,7 @@ void EventBrowser::on_exportDraws_clicked()
if(!filename.isEmpty())
{
ANALYTIC_SET(UIFeatures.Export.EventBrowser, true);
ANALYTIC_SET(Export.EventBrowser, true);
QDir dirinfo = QFileInfo(filename).dir();
if(dirinfo.exists())