Rename AISView to AISRecentEntriesView.

Coming soon, top-layer AISAppView.
This commit is contained in:
Jared Boone 2016-01-14 09:19:16 -08:00
parent bd07e4e7e5
commit fc16bc7867
3 changed files with 12 additions and 12 deletions

View file

@ -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;