mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
first commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user