projects
/
ffpreview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49064a1
)
* Removed spurious parameters from call (C&P cockup).
author
Urban Wallasch
<urban.wallasch@freenet.de>
Sun, 9 May 2021 16:19:57 +0000
(18:19 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Sun, 9 May 2021 16:19:57 +0000
(18:19 +0200)
ffpreview.py
patch
|
blob
|
history
diff --git
a/ffpreview.py
b/ffpreview.py
index eb68b8e514e0f16c54012395196f26c8d5ee2d6a..65283fae84c1dab89a2e8ddf25ef66097ff7b589 100755
(executable)
--- a/
ffpreview.py
+++ b/
ffpreview.py
@@
-405,7
+405,7
@@
class tLabel(QWidget):
die()
class sMainWindow(QMainWindow):
- def __init__(self, *args,
pixmap=None, text=None, info=None,
**kwargs):
+ def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
def closeEvent(self, event):
self.close()