Add titles for transponder apps.

This commit is contained in:
Jared Boone
2016-01-26 13:08:46 -08:00
parent 7fe8288737
commit bd829d7d85
3 changed files with 6 additions and 0 deletions

View File

@@ -142,6 +142,8 @@ public:
void focus() override;
std::string title() const override { return "AIS"; };
private:
AISRecentEntries recent;
AISLogger logger;