diff host/ImageAction.cpp @ 8:c1669af82d6e

* Add external process action
author cannam
date Mon, 27 Nov 2006 11:32:40 +0000
parents b30fcffc5000
children 47b0a143db39
line wrap: on
line diff
--- a/host/ImageAction.cpp	Mon Nov 27 11:03:52 2006 +0000
+++ b/host/ImageAction.cpp	Mon Nov 27 11:32:40 2006 +0000
@@ -25,7 +25,7 @@
 void
 ImageAction::fire()
 {
-    std::cerr << "ImageAction(\"" << getName().toStdString() << "\"::fire"
+    std::cerr << "ImageAction(\"" << getName().toStdString() << "\")::fire"
               << std::endl;
     emit showImage(m_imageName);
 }