now waveforms and thumbnails are cached
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "panels/effectcontrols.h"
|
||||
#include "dialogs/newsequencedialog.h"
|
||||
#include "dialogs/mediapropertiesdialog.h"
|
||||
#include "dialogs/loaddialog.h"
|
||||
|
||||
#include <QFileDialog>
|
||||
#include <QString>
|
||||
@@ -1001,6 +1002,9 @@ bool Project::load_worker(QFile& f, QXmlStreamReader& stream, int type) {
|
||||
void Project::load_project() {
|
||||
new_project();
|
||||
|
||||
/*LoadDialog ld;
|
||||
ld.exec();*/
|
||||
|
||||
QFile file(project_url);
|
||||
if (!file.open(QIODevice::ReadOnly)) {
|
||||
qDebug() << "[ERROR] Could not open file";
|
||||
|
||||
Reference in New Issue
Block a user