mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 03:29:58 +02:00
ListBookController - partie 1
This commit is contained in:
@@ -30,7 +30,8 @@ App::Descriptor * App::Snapshot::descriptor() {
|
||||
|
||||
|
||||
App::App(Snapshot * snapshot) :
|
||||
::App(snapshot, nullptr)
|
||||
::App(snapshot, &m_listBookController),
|
||||
m_listBookController(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user