summarylogtreecommitdiffstats
path: root/pyqt515-mainwindow-slot-signature.patch
blob: b7d0a48eee6abb8317013bf8034aa23f79b3778c (plain)
1
2
3
4
5
6
7
8
9
10
--- subconvert-2.1.0/subconvert/gui/MainWindow.py
+++ subconvert-2.1.0/subconvert/gui/MainWindow.py
@@ -383,6 +383,7 @@
         else:
             currentTab.changeVideoPath(videoPath)
 
+    @pyqtSlot()
     @pyqtSlot(bool)
     @pyqtSlot(int)
     @pyqtSlot(str)