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
setVisible(false); //If we just did something we are now done with the filemenu right? Except if we just closed a file
268
+
// When an event starts, many objects can be involved. It's important to be sure that when an event is set completed, that all computing is effectly done.
269
+
// The event is set finalized only here, when the MainWindow has finished the finalizing work for the event: all other objects connected with the completed signal should use direct connection.
270
+
// This is to ensure that when the event is set finalized, no other objects are still using the event.
271
+
// The finalize signal can be used to compute other stuff (like in chaining event), but the event self should not be used anymore since it is then deleted.
0 commit comments