call updateSelectedEvents only once at a time

This commit is contained in:
garak
2023-01-11 19:50:38 -05:00
committed by t
parent 1ed2f1d206
commit 5309eb5f0e
4 changed files with 31576 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ public:
class ParseUtil
{
public:
ParseUtil() { };
ParseUtil();
void set_root(const QString &dir);
static QString readTextFile(const QString &path);
static int textFileLineCount(const QString &path);