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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Adds MainWindowWithProgressDialogs a base class for a main window, with a menu bar, and ability to create ProgressTimerDialogs.
Renames SessionMainWindow to MainWindowWithSessionManagement
Removed addToMenu method from MainWindowWithProgressDialogs (and therefore MainWindowWithSessionManagement which inherits from it) as it didn't do anything, and the user can add their own method and call it if needed.
Check if session folder loaded from QSettings exists before writing to it.