Import initial du projet shipheart_cm5

This commit is contained in:
2026-08-13 09:19:38 +02:00
commit 53e47729fb
533 changed files with 127946 additions and 0 deletions
Executable
+20
View File
@@ -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