[apps/reg] Display the regression layouts is RegressionController

This commit is contained in:
Léa Saviot
2018-06-06 15:09:36 +02:00
committed by Émilie Feral
parent 6ca4ecb635
commit e4fc5e8a64
21 changed files with 247 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ MessageTableCellWithExpression::MessageTableCellWithExpression(I18n::Message mes
{
}
View * MessageTableCellWithExpression::subAccessoryView() const {
View * MessageTableCellWithExpression::accessoryView() const {
return (View *)&m_subtitleView;
}