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
@@ -679,7 +679,7 @@ void MainWindow::LoadCapture(const QString &filename, bool temporary, bool local
}
else
{
ANALYTIC_ADDUNIQ(APIsUsed, driver);
ANALYTIC_ADDUNIQ(APIs, driver);
}
m_Ctx.LoadCapture(fileToLoad, origFilename, temporary, local);