diff installer.cpp @ 82:11661e61fed0

Comments only
author Chris Cannam
date Wed, 19 Feb 2020 17:18:33 +0000
parents ebd0980e33ff
children 66a22cdbb50c
line wrap: on
line diff
--- a/installer.cpp	Wed Feb 19 14:18:54 2020 +0000
+++ b/installer.cpp	Wed Feb 19 17:18:33 2020 +0000
@@ -170,7 +170,7 @@
     QString apache = "Apache License";
     QString mit = "MIT License";
 
-    // NB these are not expected to correctly identify any licence! We
+    // NB these are not expected to identify an arbitrary licence! We
     // know we have only a limited set here. But we do want to
     // determine this from the actual licence text included with the
     // plugin distribution, not just from e.g. RDF metadata
@@ -567,6 +567,8 @@
         SVCERR << "Note: library " << library
                << " is not yet installed, not comparing versions" << endl;
     }
+
+    //!!! if destination exists, move it aside
     
     SVCERR << "Copying " << library.toStdString() << " to "
            << destination.toStdString() << "..." << endl;