mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
[apps] Rule of 5 (3)
Change-Id: Ia85b23a09e9debd62b4f3590463a4f16454ef4b7
This commit is contained in:
@@ -56,7 +56,7 @@ void ImageCell::setImage(const Image * image, const Image * focusedImage) {
|
||||
ImageTableView::ImageTableView(Responder * parentResponder, Calculation * calculation, CalculationController * calculationController) :
|
||||
View(),
|
||||
Responder(parentResponder),
|
||||
m_selectableTableView(SelectableTableView(this, this, 0, 0, 0, 0, 0, 0, this, false, false)),
|
||||
m_selectableTableView(this, this, 0, 0, 0, 0, 0, 0, this, false, false),
|
||||
m_isSelected(false),
|
||||
m_selectedIcon(0),
|
||||
m_calculation(calculation),
|
||||
|
||||
Reference in New Issue
Block a user