changeset 727:e2ad6fe768b0 spectrogram-export

Tidy
author Chris Cannam
date Fri, 10 Jan 2020 14:30:44 +0000
parents 1e2e03197b8c
children 2dce002539a0
files framework/MainWindowBase.cpp
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/framework/MainWindowBase.cpp	Wed Jan 08 15:34:10 2020 +0000
+++ b/framework/MainWindowBase.cpp	Fri Jan 10 14:30:44 2020 +0000
@@ -2825,8 +2825,6 @@
 
     if (suffix == "xml" || suffix == "svl") {
 
-        //!!! +selection
-        
         QFile file(path);
         if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) {
             error = tr("Failed to open file %1 for writing").arg(path);
@@ -2884,8 +2882,6 @@
 
     } else if (suffix == "ttl" || suffix == "n3") {
 
-        //!!! +selection
-
         if (!RDFExporter::canExportModel(model.get())) {
             error = tr("Sorry, cannot export this layer type to RDF (supported types are: region, note, text, time instants, time values)");
         } else {