mirror of
https://github.com/Snigdha-OS/snigdhaos-blackbox.git
synced 2025-09-22 12:35:03 +02:00
🐞 fix(functions): add private functions
This commit is contained in:
@@ -31,11 +31,22 @@ public:
|
||||
SnigdhaOSBlackBox(QWidget *parent = nullptr, QString state = "WELCOME");
|
||||
~SnigdhaOSBlackBox();
|
||||
|
||||
private slots:
|
||||
void on_textWidget_buttonBox_clicked(QAbstractButton* button);
|
||||
void on_selectWidget_buttonBox_clicked(QAbstractButton* button);
|
||||
|
||||
private:
|
||||
Ui::SnigdhaOSBlackBox *ui;
|
||||
QDateTime executable_modify_date;
|
||||
State currentState;
|
||||
|
||||
void doInternetUpRequest();
|
||||
void doUpdate();
|
||||
void doApply();
|
||||
void populateSelectWidget();
|
||||
void populateSelectWidget(QString filename, QString label);
|
||||
void updateState(State state);
|
||||
void updateState(QString state);
|
||||
void relaunchSelf(QString param);
|
||||
};
|
||||
#endif // SNIGDHAOSBLACKBOX_H
|
||||
|
Reference in New Issue
Block a user