trying to fix a seg fault

This commit is contained in:
Chris Cochrun 2022-07-13 09:39:00 -05:00
parent 0ab05b2687
commit 4efddac106
3 changed files with 6 additions and 1 deletions

View file

@ -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