Krita Source Code Documentation
Loading...
Searching...
No Matches
KisDeleteLaterWrapperPrivate Namespace Reference

Functions

KRITAGLOBAL_EXPORT void moveToGuiThread (QObject *object)
 

Function Documentation

◆ moveToGuiThread()

void KisDeleteLaterWrapperPrivate::moveToGuiThread ( QObject * object)

Definition at line 10 of file KisDeleteLaterWrapper.cpp.

11{
12 object->moveToThread(qApp->thread());
13}