Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
geocluetypes.h File Reference

(81da5a78975053add8361598973845e39cb9d302)

#include <QtDBus/QDBusArgument>
Include dependency graph for geocluetypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Timestamp

Functions

QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO (Timestamp, Q_RELOCATABLE_TYPE)
QDBusArgumentoperator<< (QDBusArgument &arg, const Timestamp &ts)
const QDBusArgumentoperator>> (const QDBusArgument &arg, Timestamp &ts)

Function Documentation

◆ operator<<()

QDBusArgument & operator<< ( QDBusArgument & arg,
const Timestamp & ts )

Definition at line 11 of file geocluetypes.cpp.

◆ operator>>()

const QDBusArgument & operator>> ( const QDBusArgument & arg,
Timestamp & ts )

Definition at line 20 of file geocluetypes.cpp.

◆ Q_DECLARE_TYPEINFO()

QT_BEGIN_NAMESPACE Q_DECLARE_TYPEINFO ( Timestamp ,
Q_RELOCATABLE_TYPE  )