[apps/settings] Enable/unable update popup

Change-Id: Ib772623728a481afd49c92968f7102d7c7d2d77b
This commit is contained in:
Émilie Feral
2017-05-12 11:25:34 +02:00
parent 0000bd3fb8
commit 18668cd38b
10 changed files with 50 additions and 19 deletions

View File

@@ -1,8 +1,8 @@
#include <escher/message_table_cell_with_switch.h>
#include <escher/palette.h>
MessageTableCellWithSwitch::MessageTableCellWithSwitch(I18n::Message message) :
MessageTableCell(message),
MessageTableCellWithSwitch::MessageTableCellWithSwitch(I18n::Message message, KDText::FontSize size) :
MessageTableCell(message, size),
m_accessoryView()
{
}