4#ifndef QFUNCTIONS_WIN_P_H
5#define QFUNCTIONS_WIN_P_H
18#include <QtCore/private/qglobal_p.h>
20#if defined(Q_OS_WIN) || defined(Q_QDOC)
22#if !defined(QT_BOOTSTRAPPED)
23#include <QtCore/private/qfunctions_winrt_p.h>
26#include <QtCore/qt_windows.h>
30class Q_CORE_EXPORT QComHelper
32 Q_DISABLE_COPY_MOVE(QComHelper)
34 QComHelper(COINIT concurrencyModel = COINIT_APARTMENTTHREADED);
37 bool isValid()
const {
return SUCCEEDED(m_initResult); }
38 explicit operator bool()
const {
return isValid(); }
Combined button and popup list for selecting options.
bool qt_win_hasPackageIdentity()