added memory includes

This commit is contained in:
itsmattkc
2019-02-19 10:42:02 -08:00
parent d15d630377
commit 83ad41d9fd
8 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ void OliveGlobal::finished_initialize() {
} else {
// if we are not loading a project on launch and are running a release build, open the demo notice dialog
#ifndef QT_DEBUG
DemoNotice* d = new DemoNotice(Olive::MainWindow);
DemoNotice* d = new DemoNotice(olive::MainWindow);
connect(d, SIGNAL(finished(int)), d, SLOT(deleteLater()));
d->open();
#endif