mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-02 13:42:17 -04:00
Rename AISView to AISRecentEntriesView.
Coming soon, top-layer AISAppView.
This commit is contained in:
parent
bd07e4e7e5
commit
fc16bc7867
3 changed files with 12 additions and 12 deletions
|
@ -106,10 +106,10 @@ private:
|
|||
|
||||
namespace ui {
|
||||
|
||||
class AISView : public View {
|
||||
class AISRecentEntriesView : public View {
|
||||
public:
|
||||
AISView();
|
||||
~AISView();
|
||||
AISRecentEntriesView();
|
||||
~AISRecentEntriesView();
|
||||
|
||||
void paint(Painter& painter) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue