Removing unused files
[hikingdiary] / src / moc_maemo5location.cpp
diff --git a/src/moc_maemo5location.cpp b/src/moc_maemo5location.cpp
deleted file mode 100644 (file)
index 31c7ed3..0000000
+++ /dev/null
@@ -1,110 +0,0 @@
-/****************************************************************************
-** Meta object code from reading C++ file 'maemo5location.h'
-**
-** Created: Fri Jul 9 22:58:05 2010
-**      by: The Qt Meta Object Compiler version 62 (Qt 4.6.2)
-**
-** WARNING! All changes made in this file will be lost!
-*****************************************************************************/
-
-#include "maemo5location.h"
-#if !defined(Q_MOC_OUTPUT_REVISION)
-#error "The header file 'maemo5location.h' doesn't include <QObject>."
-#elif Q_MOC_OUTPUT_REVISION != 62
-#error "This file was generated using the moc from 4.6.2. 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
-static const uint qt_meta_data_Maemo5Location[] = {
-
- // content:
-       4,       // revision
-       0,       // classname
-       0,    0, // classinfo
-       4,   14, // methods
-       0,    0, // properties
-       0,    0, // enums/sets
-       0,    0, // constructors
-       0,       // flags
-       4,       // signalCount
-
- // signals: signature, parameters, type, tag, flags
-      16,   15,   15,   15, 0x05,
-      23,   15,   15,   15, 0x05,
-      31,   15,   15,   15, 0x05,
-      49,   15,   15,   15, 0x05,
-
-       0        // eod
-};
-
-static const char qt_meta_stringdata_Maemo5Location[] = {
-    "Maemo5Location\0\0awcp()\0agnss()\0"
-    "locationUpdated()\0connected()\0"
-};
-
-const QMetaObject Maemo5Location::staticMetaObject = {
-    { &QObject::staticMetaObject, qt_meta_stringdata_Maemo5Location,
-      qt_meta_data_Maemo5Location, 0 }
-};
-
-#ifdef Q_NO_DATA_RELOCATION
-const QMetaObject &Maemo5Location::getStaticMetaObject() { return staticMetaObject; }
-#endif //Q_NO_DATA_RELOCATION
-
-const QMetaObject *Maemo5Location::metaObject() const
-{
-    return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
-}
-
-void *Maemo5Location::qt_metacast(const char *_clname)
-{
-    if (!_clname) return 0;
-    if (!strcmp(_clname, qt_meta_stringdata_Maemo5Location))
-        return static_cast<void*>(const_cast< Maemo5Location*>(this));
-    return QObject::qt_metacast(_clname);
-}
-
-int Maemo5Location::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
-{
-    _id = QObject::qt_metacall(_c, _id, _a);
-    if (_id < 0)
-        return _id;
-    if (_c == QMetaObject::InvokeMetaMethod) {
-        switch (_id) {
-        case 0: awcp(); break;
-        case 1: agnss(); break;
-        case 2: locationUpdated(); break;
-        case 3: connected(); break;
-        default: ;
-        }
-        _id -= 4;
-    }
-    return _id;
-}
-
-// SIGNAL 0
-void Maemo5Location::awcp()
-{
-    QMetaObject::activate(this, &staticMetaObject, 0, 0);
-}
-
-// SIGNAL 1
-void Maemo5Location::agnss()
-{
-    QMetaObject::activate(this, &staticMetaObject, 1, 0);
-}
-
-// SIGNAL 2
-void Maemo5Location::locationUpdated()
-{
-    QMetaObject::activate(this, &staticMetaObject, 2, 0);
-}
-
-// SIGNAL 3
-void Maemo5Location::connected()
-{
-    QMetaObject::activate(this, &staticMetaObject, 3, 0);
-}
-QT_END_MOC_NAMESPACE