diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-06-12 19:01:55 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 19:01:55 (GMT) |
| commit | ab1a3900a377054bd67196f0ee5c748ea93d3e46 (patch) | |
| tree | 907608958d0be8a97a3d646c842fde3095cef939 /src/displayapp/screens/SystemInfo.h | |
| parent | f2d01166c380b72ebcb13ef649def88ff4cf2d21 (diff) | |
| parent | e90e8c7426f9a44e696b208a5b393a60476a3d43 (diff) | |
Merge branch 'develop' into pinetimestyle
Diffstat (limited to 'src/displayapp/screens/SystemInfo.h')
| -rw-r--r-- | src/displayapp/screens/SystemInfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/displayapp/screens/SystemInfo.h b/src/displayapp/screens/SystemInfo.h index c0c6555..c61a07a 100644 --- a/src/displayapp/screens/SystemInfo.h +++ b/src/displayapp/screens/SystemInfo.h @@ -43,6 +43,9 @@ namespace Pinetime { Pinetime::Drivers::WatchdogView& watchdog; ScreenList<5> screens; + + static bool sortById(const TaskStatus_t& lhs, const TaskStatus_t& rhs); + std::unique_ptr<Screen> CreateScreen1(); std::unique_ptr<Screen> CreateScreen2(); std::unique_ptr<Screen> CreateScreen3(); |
