Migration of QtMvvm from github
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
278 B

#ifndef QTMVVM_QQMLQUICKPRESENTER_H
#define QTMVVM_QQMLQUICKPRESENTER_H
#include <QObject>
namespace QtMvvm {
class QQmlQuickPresenter : public QObject
{
Q_OBJECT
public:
explicit QQmlQuickPresenter(QObject *parent = nullptr);
};
}
#endif // QTMVVM_QQMLQUICKPRESENTER_H