mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[apps] Rule of 5 (3)
Change-Id: Ia85b23a09e9debd62b4f3590463a4f16454ef4b7
This commit is contained in:
@@ -13,7 +13,7 @@ TableView::TableView(TableViewDataSource * dataSource, ScrollViewDelegate * scro
|
||||
KDColor backgroundIndicatorColor, KDCoordinate indicatorMargin) :
|
||||
ScrollView(&m_contentView, scrollDelegate, topMargin, rightMargin, bottomMargin, leftMargin, showIndicators, colorBackground,
|
||||
backgroundColor, indicatorThickness, indicatorColor, backgroundIndicatorColor, indicatorMargin),
|
||||
m_contentView(TableView::ContentView(this, dataSource, horizontalCellOverlapping, verticalCellOverlapping))
|
||||
m_contentView(this, dataSource, horizontalCellOverlapping, verticalCellOverlapping)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user