mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-19 23:25:09 -05:00
call updateSelectedEvents only once at a time
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user