mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-08-07 05:33:56 -04:00
Added desktop application class.
This commit is contained in:
1 parent
c199046ee6
commit
689ff95ac3
5 files changed
+176
-2
No files matched your search
@@ -43,7 +43,7 @@ class ApplicationClockLauncher : public ApplicationLauncher {
|
||||
public:
|
||||
ApplicationClockLauncher() : ApplicationLauncher("ApplicationClock", true) {};
|
||||
bool run(sys::SystemManager* sysmgr) override {
|
||||
return sysmgr->CreateService(std::make_shared<app::ApplicationClock>(name),sysmgr,1000);
|
||||
return sysmgr->CreateService(std::make_shared<ApplicationClock>(name),sysmgr,1000);
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in new issue
Block a user