bugfix: single element tuple declaration was wrong

This commit is contained in:
Sebastian Wehling-Benatelli 2015-01-21 16:07:43 +01:00
parent 538c2e2dff
commit ef50c3d4d8

View File

@ -254,6 +254,7 @@ class MainWindow(QMainWindow):
self.helpMenu = self.menuBar().addMenu('&Help')
helpActions = (helpAction)
helpActions = (helpAction, )
self.addMenuActions(self.helpMenu, helpActions)
self.eventLabel = QLabel()