Separate Viewer from MainWindow and implement PDF embedding
[pykit.git] / Publisher.hh
index 5e95625..2fd4cba 100644 (file)
@@ -14,6 +14,7 @@
 #include <QNetworkRequest>
 #include <QNetworkReply>
 #include <QBuffer>
+#include <boost/noncopyable.hpp>
 
 //#include "Publisher.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
@@ -42,6 +43,7 @@ namespace pykit {
     };
 
     class Publisher
+        : boost::noncopyable
     {
     public:
         virtual ~Publisher() {}