Fix build.

This commit is contained in:
John Preston 2020-06-29 21:37:35 +04:00
parent 44e81269a3
commit 52eef22273

View File

@ -78,6 +78,7 @@ private:
void closeApplication(); // will be done in aboutToQuit()
void checkForQuit(); // will be done in exec()
void checkForEmptyLoopNestingLevel();
void registerEnterFromEventLoop();
void incrementEventNestingLevel();
void decrementEventNestingLevel();