Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
AppModuleActions.h
Go to the documentation of this file.
1#pragma once
2#include <QList>
3#include <QObject>
5#include <ami/iface/global.h>
6
7namespace sf
8{
9
10class _AMI_CLASS AppModuleActions : public QObject
11{
12 Q_OBJECT
13
14 public:
15 explicit AppModuleActions(QObject* parent);
16};
17
18}// namespace sf
#define _AMI_CLASS
Definition ami/iface/global.h:35
Definition AppModuleActions.h:11
AppModuleActions(QObject *parent)
Definition Application.h:10