fixed msvc issues and added zoom combobox

This commit is contained in:
itsmattkc
2018-12-18 02:03:40 +11:00
parent 467d271d5c
commit d3c8e7379b
5 changed files with 101 additions and 8 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
#include "debug.h"
ProjectModel::ProjectModel(QObject *parent) : QAbstractItemModel(parent), root_item(NULL) {
clear();
root_item = new Media(0);
root_item->root = true;
}
ProjectModel::~ProjectModel() {