forked from openlp/openlp
Oops, prints
This commit is contained in:
parent
221fa3b8b6
commit
86ec612af0
@ -116,8 +116,6 @@ class OpenLP(QtGui.QApplication):
|
|||||||
# make sure Qt really display the splash screen
|
# make sure Qt really display the splash screen
|
||||||
self.processEvents()
|
self.processEvents()
|
||||||
# start the main app window
|
# start the main app window
|
||||||
print self.applicationFilePath()
|
|
||||||
print self.arguments()[1]
|
|
||||||
self.mainWindow = MainWindow(screens, self.clipboard(),
|
self.mainWindow = MainWindow(screens, self.clipboard(),
|
||||||
self.arguments())
|
self.arguments())
|
||||||
self.mainWindow.show()
|
self.mainWindow.show()
|
||||||
|
Loading…
Reference in New Issue
Block a user