mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 13:50:28 +01:00
[apps] Rule of 5 (3)
Change-Id: Ia85b23a09e9debd62b4f3590463a4f16454ef4b7
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
Button::Button(Responder * parentResponder, I18n::Message textBody, Invocation invocation, KDText::FontSize size, KDColor textColor) :
|
||||
HighlightCell(),
|
||||
Responder(parentResponder),
|
||||
m_messageTextView(MessageTextView(size, textBody, 0.5f, 0.5f, textColor)),
|
||||
m_messageTextView(size, textBody, 0.5f, 0.5f, textColor),
|
||||
m_invocation(invocation)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user