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
qplacecontent_p.h File Reference

(cd4db512ae08836f5fa1d746000052215cf70a9c)

#include "qplacecontent.h"
#include "qplacesupplier.h"
#include "qplaceuser.h"
#include <QtCore/QSharedData>
#include <QtCore/QString>
#include <QtCore/QVariant>
+ Include dependency graph for qplacecontent_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPlaceContentPrivate
 

Macros

#define Q_IMPLEMENT_CONTENT_COPY_CTOR(ContentClass, ContentType)
 

Macro Definition Documentation

◆ Q_IMPLEMENT_CONTENT_COPY_CTOR

#define Q_IMPLEMENT_CONTENT_COPY_CTOR ( ContentClass,
ContentType )
Value:
ContentClass::ContentClass(const QPlaceContent &other) \
: QPlaceContent(other.type() == ContentType ? other : QPlaceContent(ContentType)) \
{ \
} \
\inmodule QtLocation
QSharedPointer< T > other(t)
[5]

Definition at line 41 of file qplacecontent_p.h.