diff main/main.cpp @ 166:4d762fe10919

* Add SingleColourLayer to manage colours for layers that have a single predominant colour (i.e. most of them).
author Chris Cannam
date Thu, 12 Jul 2007 16:14:59 +0000
parents 33280c031d19
children 98ba77e0d897
line wrap: on
line diff
--- a/main/main.cpp	Wed Jul 11 17:21:37 2007 +0000
+++ b/main/main.cpp	Thu Jul 12 16:14:59 2007 +0000
@@ -299,6 +299,7 @@
         if (i->startsWith('-')) continue;
 
         if (i->startsWith("http:") || i->startsWith("ftp:")) {
+            std::cerr << "opening URL: \"" << i->toStdString() << "\"..." << std::endl;
             status = gui.openURL(QUrl(*i));
             continue;
         }