Import initial du projet shipheart_cm5
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#ifndef BACKEND_H
|
||||
#define BACKEND_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QProcess>
|
||||
|
||||
class Backend : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
Backend();
|
||||
// explicit Backend(QObject *parent = 0);
|
||||
|
||||
|
||||
|
||||
public slots:
|
||||
void change_langue(QString lang);
|
||||
};
|
||||
|
||||
#endif // BACKEND_H
|
||||
Reference in New Issue
Block a user