This commit is contained in:
Émilie Feral
2018-03-22 13:46:10 +01:00
committed by EmilieNumworks
parent 75292ed749
commit ae086adfcf
2 changed files with 1 additions and 3 deletions

View File

@@ -29,7 +29,6 @@ private:
constexpr static KDText::FontSize k_fontSize = KDText::FontSize::Small;
void scrollToLetter(char letter);
void scrollToAndSelectChild(int i);
Action m_action;
MessageTableCellWithMessage m_leafCells[k_maxNumberOfDisplayedRows];
MessageTableCellWithChevron m_nodeCells[k_maxNumberOfDisplayedRows];
};