
io.qt.internal.ShutdownThread Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi Show documentation
Show all versions of qtjambi Show documentation
QtJambi base module containing QtCore, QtGui and QtWidgets.
package io.qt.internal;
class ShutdownThread extends Thread {
ShutdownThread(Runnable target, String name) {
super(null, target, name, 0, false);
setContextClassLoader(null);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy