moving more functions to slide class
This commit is contained in:
parent
dbc6b5e33a
commit
964eefb7de
4 changed files with 45 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue