[apps/stats] Inline StoreController::contentView()

This commit is contained in:
Léa Saviot
2018-05-29 09:09:07 +02:00
parent 84131db41c
commit 70e1f5b25b
2 changed files with 3 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ protected:
StoreParameterController m_storeParameterController;
private:
bool cellShouldBeTransparent(int i, int j);
ContentView * contentView() { return static_cast<ContentView *>(view()); }
};
}