mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed rest of Qt from idle manager
This commit is contained in:
parent
3660ca7c10
commit
b15af67bdb
1 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
import time
|
||||
import collections
|
||||
from Qt import QtCore
|
||||
import threading
|
||||
from pynput import mouse, keyboard
|
||||
from pype.api import Logger
|
||||
|
|
@ -13,7 +12,6 @@ class IdleManager(threading.Thread):
|
|||
"""
|
||||
time_callbacks = collections.defaultdict(list)
|
||||
idle_time = 0
|
||||
signal_reset_timer = QtCore.Signal()
|
||||
|
||||
def __init__(self):
|
||||
super(IdleManager, self).__init__()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue