Krita Source Code Documentation
Loading...
Searching...
No Matches
KisDeleteLaterWrapper.cpp
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: GPL-3.0-or-later
3 */
4
6
7#include <QApplication>
8
9
11{
12 object->moveToThread(qApp->thread());
13}
KRITAGLOBAL_EXPORT void moveToGuiThread(QObject *object)