Mercurial > hg > tony
changeset 539:23e14483c32b
Update subrepos
author | Chris Cannam |
---|---|
date | Fri, 14 Sep 2018 15:15:41 +0100 |
parents | 2fcc15ca574a |
children | f55363ecc57d |
files | repoint-lock.json src/MainWindow.cpp |
diffstat | 2 files changed, 10 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/repoint-lock.json Tue Jun 12 13:53:17 2018 +0100 +++ b/repoint-lock.json Fri Sep 14 15:15:41 2018 +0100 @@ -4,19 +4,19 @@ "pin": "da86fb0bccb3" }, "svcore": { - "pin": "cee5ed3f243a" + "pin": "a92e94215863" }, "svgui": { - "pin": "91670e4e76a6" + "pin": "8068a0bee550" }, "svapp": { - "pin": "ca96a514fbbb" + "pin": "9e15607531b2" }, "checker": { - "pin": "3ccc384c0161" + "pin": "2e8a5f665a07" }, "piper-cpp": { - "pin": "28a0ee2cc737a7b50ac62d5996191cd589c047c2" + "pin": "44cb74e186a703e7e6ce403aa295913a87b88d62" }, "dataquay": { "pin": "807b55408d9e" @@ -31,10 +31,10 @@ "pin": "a9a5555d9b6d" }, "bqaudioio": { - "pin": "d90244c003be" + "pin": "138a7a8b546b" }, "sv-dependency-builds": { - "pin": "a69c1527268d" + "pin": "f1a9b270e043" }, "icons/scalable": { "pin": "1c6516ba7fc1"
--- a/src/MainWindow.cpp Tue Jun 12 13:53:17 2018 +0100 +++ b/src/MainWindow.cpp Fri Sep 14 15:15:41 2018 +0100 @@ -31,6 +31,7 @@ #include "data/model/NoteModel.h" #include "view/ViewManager.h" #include "base/Preferences.h" +#include "base/RecordDirectory.h" #include "base/AudioLevel.h" #include "layer/WaveformLayer.h" #include "layer/TimeInstantLayer.h" @@ -2353,7 +2354,8 @@ { if (!m_recordTarget) return; - QString path = m_recordTarget->getRecordContainerFolder(); + QString path = RecordDirectory::getRecordContainerDirectory(); + if (path == "") path = RecordDirectory::getRecordDirectory(); if (path == "") return; openLocalFolder(path);