diff options
| author | Maximilian Siess | 2017-04-21 01:00:17 +0200 |
|---|---|---|
| committer | Maximilian Siess | 2017-04-21 01:00:17 +0200 |
| commit | 4aef5bfdb7f04dde13b1c6a94172824ce143be6e (patch) | |
| tree | 9677c2cf51695134e6ffbfc288e33fb74a7ba667 /video_thread.py | |
| parent | 018f5900f0703ad8a2a962d076ac291b0805657d (diff) | |
changed differentiater of text alignment from string to int
Diffstat (limited to 'video_thread.py')
| -rw-r--r-- | video_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video_thread.py b/video_thread.py index 8f7c8d8..1d1d44b 100644 --- a/video_thread.py +++ b/video_thread.py @@ -18,7 +18,7 @@ class Worker(QtCore.QObject): self.core = core.Core() - @pyqtSlot(str, str, QtGui.QFont, int, str, int, int, str, str) + @pyqtSlot(str, str, QtGui.QFont, int, int, int, int, str, str) def createVideo(self, backgroundImage, titleText, titleFont, fontSize, alignment, xOffset, yOffset, inputFile, outputFile): # print('worker thread id: {}'.format(QtCore.QThread.currentThreadId())) |
