mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[escher] Rule of 5 in view
Change-Id: Iba04e9046845b544e184530562e34f831fce96f6
This commit is contained in:
@@ -179,7 +179,7 @@ ButtonRowDelegate * ButtonRowController::ContentView::buttonRowDelegate() const
|
||||
|
||||
ButtonRowController::ButtonRowController(Responder * parentResponder, ViewController * mainViewController, ButtonRowDelegate * delegate, Position position, Style style) :
|
||||
ViewController(parentResponder),
|
||||
m_contentView(ContentView(mainViewController, delegate, position, style))
|
||||
m_contentView(mainViewController, delegate, position, style)
|
||||
{
|
||||
}
|
||||
|
||||
@@ -230,4 +230,4 @@ void ButtonRowController::viewWillAppear() {
|
||||
|
||||
void ButtonRowController::viewDidDisappear() {
|
||||
m_contentView.mainViewController()->viewDidDisappear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user