first commit

This commit is contained in:
uncor3
2025-07-27 04:00:39 +00:00
commit eb43f13077
83 changed files with 9604 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#ifndef JAILBROKENWIDGET_H
#define JAILBROKENWIDGET_H
#include <QWidget>
class JailbrokenWidget : public QWidget
{
Q_OBJECT
public:
explicit JailbrokenWidget(QWidget *parent = nullptr);
signals:
};
#endif // JAILBROKENWIDGET_H