Make LenaPi usable on Android devices
- Add app icon - prevend android device from shutting down cpu while playing music - fix scaling bug - fix energy saver for RasPi by reconnecting to music player - minor refactorings and renaming
This commit is contained in:
parent
851b83a53a
commit
1f12d93300
19 changed files with 499 additions and 48 deletions
|
|
@ -12,7 +12,7 @@ void MouseEventSpy::init()
|
|||
MouseEventSpy* MouseEventSpy::instance()
|
||||
{
|
||||
static MouseEventSpy* inst;
|
||||
if (inst == nullptr)
|
||||
if (!inst)
|
||||
{
|
||||
inst = new MouseEventSpy();
|
||||
QGuiApplication* app = qGuiApp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue