6 lines
111 B
Python
6 lines
111 B
Python
from qt_thread_updater import get_updater
|
|
|
|
|
|
def call(func, *args):
|
|
get_updater().call_in_main(func, *args)
|