From af5db432483097a8456c89e73fce0a4e39330ded Mon Sep 17 00:00:00 2001 From: Ingvar Date: Thu, 21 Jul 2016 08:03:32 +0300 Subject: [PATCH] pyqtSlot fix --- toxygen/list_items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/toxygen/list_items.py b/toxygen/list_items.py index a297a18..7b7ccd9 100644 --- a/toxygen/list_items.py +++ b/toxygen/list_items.py @@ -3,6 +3,7 @@ try: from PySide import QtCore, QtGui except ImportError: from PyQt4 import QtCore, QtGui + QtCore.Slot = QtCore.pyqtSlot import profile from file_transfers import TOX_FILE_TRANSFER_STATE, PAUSED_FILE_TRANSFERS, DO_NOT_SHOW_ACCEPT_BUTTON, ACTIVE_FILE_TRANSFERS, SHOW_PROGRESS_BAR from util import curr_directory, convert_time, curr_time