Skip to content

Commit

Permalink
Clean up exit from liboxide apps, will need a better way to force lan…
Browse files Browse the repository at this point in the history
…dscape detect on resume
  • Loading branch information
Eeems committed Feb 5, 2024
1 parent 6c0c905 commit f70b086
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions shared/liboxide/devicesettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,6 @@ namespace Oxide {
}else{
O_DEBUG(("Buttons input device: " + buttonsPath).c_str());
}
QTimer::singleShot(0, qApp, [this]{
QObject::connect(signalHandler, &SignalHandler::sigCont, qApp, [this]{
for(auto& callback : callbacks){
callback();
}
});
});
}
DeviceSettings::~DeviceSettings(){}
bool DeviceSettings::checkBitSet(int fd, int type, int i) {
Expand Down

0 comments on commit f70b086

Please sign in to comment.