Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
geocluetypes.h
Go to the documentation of this file.
1// Copyright (C) 2018 Denis Shienkov <denis.shienkov@gmail.com>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef GEOCLUETYPES_H
5#define GEOCLUETYPES_H
6
7#include <QtDBus/QDBusArgument>
8
10{
11public:
14};
15
17
19
22
24
25QT_DECL_METATYPE_EXTERN(Timestamp, /* not exported */)
26
27#endif // GEOCLUETYPES_H
\inmodule QtDBus
quint64 m_microseconds
quint64 m_seconds
QDBusArgument & operator<<(QDBusArgument &arg, const Timestamp &ts)
const QDBusArgument & operator>>(const QDBusArgument &arg, Timestamp &ts)
Combined button and popup list for selecting options.
#define QT_DECL_METATYPE_EXTERN(TYPE, EXPORT)
Definition qmetatype.h:1388
SSL_CTX int void * arg
@ Q_RELOCATABLE_TYPE
Definition qtypeinfo.h:158
#define Q_DECLARE_TYPEINFO(TYPE, FLAGS)
Definition qtypeinfo.h:180
unsigned long long quint64
Definition qtypes.h:61