mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[apps] Rule of 5 (3)
Change-Id: Ia85b23a09e9debd62b4f3590463a4f16454ef4b7
This commit is contained in:
@@ -5,8 +5,8 @@ EvenOddDoubleBufferTextCell::EvenOddDoubleBufferTextCell(Responder * parentRespo
|
||||
EvenOddCell(),
|
||||
Responder(parentResponder),
|
||||
m_firstTextSelected(true),
|
||||
m_firstBufferTextView(EvenOddBufferTextCell(KDText::FontSize::Small)),
|
||||
m_secondBufferTextView(EvenOddBufferTextCell(KDText::FontSize::Small))
|
||||
m_firstBufferTextView(KDText::FontSize::Small),
|
||||
m_secondBufferTextView(KDText::FontSize::Small)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user