Pass comic and comicInfo to the QML context when the current index is updated, so the ComicInfo view becomes functional.

This commit is contained in:
Luis Ángel San Martín
2016-04-12 22:37:52 +02:00
parent 1612402456
commit 939a52dd6e
2 changed files with 14 additions and 1 deletions

View File

@ -36,6 +36,7 @@ protected:
QWidget *container;
QObject *flow;
QObject *list;
ComicDB *comicDB;
};
#endif // INFOCOMICSVIEW_H