Advertisement
fusion44

Untitled

Jul 23rd, 2011
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.27 KB | None | 0 0
  1. action = self.sender()
  2.         if action:
  3.             if self.project:
  4.                 # give user a chance to save changes if needed
  5.                 if not self.slot_closeProject():
  6.                     return
  7.            
  8.             self.openProject(action.data(), True)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement