From: Urban Wallasch Date: Sun, 9 May 2021 20:49:39 +0000 (+0200) Subject: * Suppress Qt debug logging. X-Git-Tag: v0.3~98 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=d3f9d7e25d9ec7b19bd2a1dd5e5a0e7093cf2339;p=ffpreview.git * Suppress Qt debug logging. --- diff --git a/ffpreview.py b/ffpreview.py index 36d8259..b68b209 100755 --- a/ffpreview.py +++ b/ffpreview.py @@ -60,6 +60,7 @@ from PyQt5.QtWidgets import * from PyQt5.QtGui import * from inspect import currentframe +os.environ['QT_LOGGING_RULES'] = 'qt5ct.debug=false' ############################################################ # utility functions