comparison main/MainWindow.cpp @ 2296:a54082a29106

Minor tidy
author Chris Cannam
date Fri, 21 Jun 2019 13:30:17 +0100
parents e9c77a4c865e
children a1c14880404b
comparison
equal deleted inserted replaced
2294:3facfe72c1bd 2296:a54082a29106
3172 } 3172 }
3173 3173
3174 void 3174 void
3175 MainWindow::browseRecordedAudio() 3175 MainWindow::browseRecordedAudio()
3176 { 3176 {
3177 if (!m_recordTarget) return;
3178
3179 QString path = RecordDirectory::getRecordContainerDirectory(); 3177 QString path = RecordDirectory::getRecordContainerDirectory();
3180 if (path == "") path = RecordDirectory::getRecordDirectory(); 3178 if (path == "") path = RecordDirectory::getRecordDirectory();
3181 if (path == "") return; 3179 if (path == "") return;
3182 3180
3183 openLocalFolder(path); 3181 openLocalFolder(path);