Qt IVI Generator Addressbook Example

/**************************************************************************** ** Generated from 'Example.IVI.AddressBook.qface' ** ** Created by: The QFace generator (QtAS 5.12.8) ** ** WARNING! All changes made in this file will be lost! *****************************************************************************/
#ifndef ADDRESSBOOKMODULE_H_ #define ADDRESSBOOKMODULE_H_ #include "addressbookglobal.h" #include <QObject> class Q_EXAMPLE_IVI_ADDRESSBOOK_EXPORT AddressBookModule : public QObject { Q_OBJECT public: AddressBookModule(QObject *parent=nullptr); static void registerTypes(); static void registerQmlTypes(const QString& uri, int majorVersion = 1, int minorVersion = 0); }; #endif // ADDRESSBOOKMODULE_H_