ListBookController - partie 1

This commit is contained in:
Fournier Gabriel
2020-11-14 13:39:11 +01:00
parent a0acdc171b
commit c37b4bd1f4
6 changed files with 68 additions and 3 deletions

View File

@@ -30,7 +30,8 @@ App::Descriptor * App::Snapshot::descriptor() {
App::App(Snapshot * snapshot) :
::App(snapshot, nullptr)
::App(snapshot, &m_listBookController),
m_listBookController(nullptr)
{
}