moving more functions to slide class

This commit is contained in:
Chris Cochrun 2022-07-15 16:33:54 -05:00
parent dbc6b5e33a
commit 964eefb7de
4 changed files with 45 additions and 32 deletions

View file

@ -94,8 +94,7 @@ int main(int argc, char *argv[])
qDebug() << QIcon::themeName();
//Need to instantiate our slide
ServiceItemModel services();
QScopedPointer<Slide> slide(new Slide("", "", "", "", "", "", "", 0));
QScopedPointer<Slide> slide(new Slide);
// apparently mpv needs this class set
// let's register mpv as well