mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
11 lines
177 B
C++
11 lines
177 B
C++
#include "about_controller.h"
|
|
|
|
namespace Settings {
|
|
|
|
void AboutController::viewWillAppear() {
|
|
GenericSubController::viewWillAppear();
|
|
//m_view.setMessages(nullptr, 0);
|
|
}
|
|
|
|
}
|