several conversions to smart pointers

This commit is contained in:
itsmattkc
2019-02-16 21:21:04 -08:00
parent e063a5ba8f
commit 5207a0511f
104 changed files with 972 additions and 945 deletions
+4
View File
@@ -64,6 +64,8 @@
#include <QPushButton>
#include <QTranslator>
Q_DECLARE_METATYPE(ClipPtr);
MainWindow* olive::MainWindow;
#define DEFAULT_CSS "QPushButton::checked { background: rgb(25, 25, 25); }"
@@ -100,6 +102,8 @@ MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
first_show(true)
{
qRegisterMetaType<ClipPtr>();
init_custom_cursors();
open_debug_file();