Files
GoldenCheetah/kqoauth/moc_kqoauthrequest_xauth.cpp
Mark Liversedge e88b89780f KQOauth import for Debian build
.. when building on Debian there is no package for
   KQOauth, so as a temporary measure we're pulling it
   into the repo to support packaging.

.. as soon as a KQOauth package is made available we
   will remove it from our repo
2015-11-12 14:00:46 +00:00

90 lines
2.8 KiB
C++

/****************************************************************************
** Meta object code from reading C++ file 'kqoauthrequest_xauth.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.0)
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include "kqoauthrequest_xauth.h"
#include <QtCore/qbytearray.h>
#include <QtCore/qmetatype.h>
#if !defined(Q_MOC_OUTPUT_REVISION)
#error "The header file 'kqoauthrequest_xauth.h' doesn't include <QObject>."
#elif Q_MOC_OUTPUT_REVISION != 67
#error "This file was generated using the moc from 5.4.0. It"
#error "cannot be used with the include files from this version of Qt."
#error "(The moc has changed too much.)"
#endif
QT_BEGIN_MOC_NAMESPACE
struct qt_meta_stringdata_KQOAuthRequest_XAuth_t {
QByteArrayData data[1];
char stringdata[21];
};
#define QT_MOC_LITERAL(idx, ofs, len) \
Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \
qptrdiff(offsetof(qt_meta_stringdata_KQOAuthRequest_XAuth_t, stringdata) + ofs \
- idx * sizeof(QByteArrayData)) \
)
static const qt_meta_stringdata_KQOAuthRequest_XAuth_t qt_meta_stringdata_KQOAuthRequest_XAuth = {
{
QT_MOC_LITERAL(0, 0, 20) // "KQOAuthRequest_XAuth"
},
"KQOAuthRequest_XAuth"
};
#undef QT_MOC_LITERAL
static const uint qt_meta_data_KQOAuthRequest_XAuth[] = {
// content:
7, // revision
0, // classname
0, 0, // classinfo
0, 0, // methods
0, 0, // properties
0, 0, // enums/sets
0, 0, // constructors
0, // flags
0, // signalCount
0 // eod
};
void KQOAuthRequest_XAuth::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
{
Q_UNUSED(_o);
Q_UNUSED(_id);
Q_UNUSED(_c);
Q_UNUSED(_a);
}
const QMetaObject KQOAuthRequest_XAuth::staticMetaObject = {
{ &KQOAuthRequest::staticMetaObject, qt_meta_stringdata_KQOAuthRequest_XAuth.data,
qt_meta_data_KQOAuthRequest_XAuth, qt_static_metacall, Q_NULLPTR, Q_NULLPTR}
};
const QMetaObject *KQOAuthRequest_XAuth::metaObject() const
{
return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject;
}
void *KQOAuthRequest_XAuth::qt_metacast(const char *_clname)
{
if (!_clname) return Q_NULLPTR;
if (!strcmp(_clname, qt_meta_stringdata_KQOAuthRequest_XAuth.stringdata))
return static_cast<void*>(const_cast< KQOAuthRequest_XAuth*>(this));
return KQOAuthRequest::qt_metacast(_clname);
}
int KQOAuthRequest_XAuth::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
{
_id = KQOAuthRequest::qt_metacall(_c, _id, _a);
if (_id < 0)
return _id;
return _id;
}
QT_END_MOC_NAMESPACE