appcontext.h
Go to the documentation of this file.
1 #ifndef APPCONTEXT_H
2 #define APPCONTEXT_H
3 
4 #include <QObject>
5 
6 namespace dnai {
7 class AppContext : public QObject
8 {
9 public:
10  explicit AppContext(QObject *parent = nullptr);
11 };
12 }
13 
14 #endif // APPCONTEXT_H
Definition: api.h:13
AppContext(QObject *parent=nullptr)
Definition: appcontext.cpp:4
Definition: appcontext.h:7