You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I first initialized the project, compiled and ran it, the program started up normally. However, when I tried to start it again, the program would not start, and there was no output in the console. After replacing it with QApplication, the program ran normally.
After I cleared the cache, the program was also difficult to run. After restarting my computer, the program was able to run normally once.
Env:
When I first initialized the project, compiled and ran it, the program started up normally. However, when I tried to start it again, the program would not start, and there was no output in the console. After replacing it with
QApplication
, the program ran normally.After I cleared the cache, the program was also difficult to run. After restarting my computer, the program was able to run normally once.
I'm not sure if it's related to this issue #136
My code:
The text was updated successfully, but these errors were encountered: