Skip to content

Commit

Permalink
Fix reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorbly committed Jan 17, 2024
1 parent 8c95878 commit 10cc51e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HomeWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ HomeWidget::HomeWidget(Device *device, QWidget *parent)
menuBar()->adjustSize() ;
connect(about, SIGNAL(triggered()), SLOT(about()));
connect(shutDown, SIGNAL(triggered()), SLOT(shutDown()));
connect(reboot, SIGNAL(triggered()), SLOT(reboot()));
}

HomeWidget::~HomeWidget()
Expand Down

0 comments on commit 10cc51e

Please sign in to comment.