Skip to content

Commit

Permalink
🐞 fix(yupo): loc 35
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Nov 22, 2024
1 parent 18e1dab commit 96b0c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/snigdhaosblackbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SnigdhaOSBlackBox::~SnigdhaOSBlackBox()

void SnigdhaOSBlackBox::doInternetUpRequest(){
QNetworkAccessManager* network_manager = new QNetworkAccessManager();
aut network_reply = network_manager->head(QNetworkRequest(QString(INTERNET_CHECK_URL)));
auto network_reply = network_manager->head(QNetworkRequest(QString(INTERNET_CHECK_URL)));

QTimer* timer = new QTimer(this);
timer->setSingleShot(true);
Expand Down

0 comments on commit 96b0c17

Please sign in to comment.