working class with slot

needed a separate header file for object so that MOC could run
This commit is contained in:
talksik
2024-02-08 08:36:02 -08:00
parent f8304b370a
commit fd8735b7b7
55 changed files with 3659 additions and 77 deletions
@@ -0,0 +1,22 @@
/****************************************************************************
** Generated QML type registration code
**
** WARNING! All changes made in this file will be lost!
*****************************************************************************/
#include <QtQml/qqml.h>
#include <QtQml/qqmlmoduleregistration.h>
#if !defined(QT_STATIC)
#define Q_QMLTYPE_EXPORT Q_DECL_EXPORT
#else
#define Q_QMLTYPE_EXPORT
#endif
Q_QMLTYPE_EXPORT void qml_register_types_wifipicker()
{
qmlRegisterModule("wifipicker", 1, 0);
}
static const QQmlModuleRegistration registration("wifipicker", qml_register_types_wifipicker);