trying to fix a seg fault
This commit is contained in:
parent
0ab05b2687
commit
4efddac106
3 changed files with 6 additions and 1 deletions
|
@ -95,7 +95,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
//Need to instantiate our slide
|
||||
Slide slide("", "", "", "", "", "", "", 0);
|
||||
// QScopedPointer<Slide> slide("", "", "", "", "", "", "", 0);
|
||||
// QScopedPointer<Slide> slide(new Slide("", "", "", "", "", "", "", 0));
|
||||
|
||||
// apparently mpv needs this class set
|
||||
// let's register mpv as well
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue