From f0a95477f87fd121d73b20914121311a343848f7 Mon Sep 17 00:00:00 2001 From: Niklas Goby Date: Wed, 12 Jan 2011 12:41:02 +0100 Subject: neues Projekt in dem die QWidget klasse durch eine QMainWindow classe ersetzt wurde. Name des neuen Projektes: fbbrowser Leider scheint das Beenden des Programms immer noch nicht richtig zu funktionieren --- fbbrowser/debug/fbbrowser.o | Bin 0 -> 229592 bytes fbbrowser/debug/main.o | Bin 0 -> 296420 bytes fbbrowser/debug/moc_fbbrowser.cpp | 69 ++++++++++++++++++++++++++++++++++++++ fbbrowser/debug/moc_fbbrowser.o | Bin 0 -> 237684 bytes 4 files changed, 69 insertions(+) create mode 100644 fbbrowser/debug/fbbrowser.o create mode 100644 fbbrowser/debug/main.o create mode 100644 fbbrowser/debug/moc_fbbrowser.cpp create mode 100644 fbbrowser/debug/moc_fbbrowser.o (limited to 'fbbrowser/debug') diff --git a/fbbrowser/debug/fbbrowser.o b/fbbrowser/debug/fbbrowser.o new file mode 100644 index 0000000..82acc90 Binary files /dev/null and b/fbbrowser/debug/fbbrowser.o differ diff --git a/fbbrowser/debug/main.o b/fbbrowser/debug/main.o new file mode 100644 index 0000000..dd2b6c9 Binary files /dev/null and b/fbbrowser/debug/main.o differ diff --git a/fbbrowser/debug/moc_fbbrowser.cpp b/fbbrowser/debug/moc_fbbrowser.cpp new file mode 100644 index 0000000..0282b32 --- /dev/null +++ b/fbbrowser/debug/moc_fbbrowser.cpp @@ -0,0 +1,69 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'fbbrowser.h' +** +** Created: Wed Jan 12 12:12:08 2011 +** by: The Qt Meta Object Compiler version 62 (Qt 4.7.1) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../fbbrowser.h" +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'fbbrowser.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 62 +#error "This file was generated using the moc from 4.7.1. 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_fbbrowser[] = { + + // content: + 5, // 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 +}; + +static const char qt_meta_stringdata_fbbrowser[] = { + "fbbrowser\0" +}; + +const QMetaObject fbbrowser::staticMetaObject = { + { &QWidget::staticMetaObject, qt_meta_stringdata_fbbrowser, + qt_meta_data_fbbrowser, 0 } +}; + +#ifdef Q_NO_DATA_RELOCATION +const QMetaObject &fbbrowser::getStaticMetaObject() { return staticMetaObject; } +#endif //Q_NO_DATA_RELOCATION + +const QMetaObject *fbbrowser::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject; +} + +void *fbbrowser::qt_metacast(const char *_clname) +{ + if (!_clname) return 0; + if (!strcmp(_clname, qt_meta_stringdata_fbbrowser)) + return static_cast(const_cast< fbbrowser*>(this)); + return QWidget::qt_metacast(_clname); +} + +int fbbrowser::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QWidget::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + return _id; +} +QT_END_MOC_NAMESPACE diff --git a/fbbrowser/debug/moc_fbbrowser.o b/fbbrowser/debug/moc_fbbrowser.o new file mode 100644 index 0000000..55373e8 Binary files /dev/null and b/fbbrowser/debug/moc_fbbrowser.o differ -- cgit v1.2.3-55-g7522