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
The MainWindow class overrides closeEvent(). However, the library QCloseEvent is not included. For the time being, this is not a bug. However, it could cause issues in the future. Therefore, the following line should be added:
#include <QCloseEvent>
The text was updated successfully, but these errors were encountered:
The MainWindow class overrides closeEvent(). However, the library QCloseEvent is not included. For the time being, this is not a bug. However, it could cause issues in the future. Therefore, the following line should be added:
#include <QCloseEvent>
The text was updated successfully, but these errors were encountered: