mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-19 00:15:21 +01:00
Embedded: fix network detection
This commit is contained in:
parent
ebe72a4b16
commit
8c9de2d78c
7 changed files with 188 additions and 6 deletions
|
@ -159,6 +159,7 @@ signals:
|
|||
void networkOnline();
|
||||
void preparationStatusUpdate(QVariant msg);
|
||||
void osListPrepared();
|
||||
void networkInfo(QVariant msg);
|
||||
|
||||
protected slots:
|
||||
|
||||
|
@ -176,6 +177,7 @@ protected slots:
|
|||
void onTimeSyncReply(QNetworkReply *reply);
|
||||
void onPreparationStatusUpdate(QString msg);
|
||||
void handleNetworkRequestFinished(QNetworkReply *data);
|
||||
void onSTPdetected();
|
||||
|
||||
private:
|
||||
// Recursively walk all the entries with subitems and, for any which
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue