81 const char *comment =
nullptr);
static MyPrivateInitStuff * initStuff(QObject *parent)
static bool sendEvent(QObject *receiver, QEvent *event)
Sends event event directly to receiver receiver, using the notify() function.
static void quit()
\threadsafe
static QCoreApplication * instance() noexcept
Returns a pointer to the application's QCoreApplication (or QGuiApplication/QApplication) instance.
void installEventFilter(QObject *filterObj)
Installs an event filter filterObj on this object.
QObject * parent() const
Returns a pointer to the parent object.
\macro QT_RESTRICTED_CAST_FROM_ASCII
void qAddPostRoutine(QtCleanUpFunction p)
#define Q_COREAPP_STARTUP_FUNCTION(AFUNC)
#define Q_DECLARE_TR_FUNCTIONS(context)
GLsizei const GLchar *const * path
QMouseEvent event(QEvent::MouseButtonPress, pos, 0, 0, 0)
[0]
static int * global_ptr
[3]
static void cleanup_ptr()
connect(quitButton, &QPushButton::clicked, &app, &QCoreApplication::quit, Qt::QueuedConnection)
QPushButton * quitButton
[0]
static void preRoutineMyDebugTool()
[2]
QApplication app(argc, argv)
[0]