add QWebInspector and debug config option
[pykit.git] / Viewer.hh
index 3634e25..e7bed7a 100644 (file)
--- a/Viewer.hh
+++ b/Viewer.hh
@@ -16,6 +16,8 @@
 //#include "Viewer.mpp"
 ///////////////////////////////hh.p////////////////////////////////////////
 
+class QWebInspector;
+
 namespace pykit {
 
     class Publisher;
@@ -26,9 +28,13 @@ namespace pykit {
         Q_OBJECT;
     public:
         Viewer(QUrl const & url, Publisher * publisher, QWidget * parent = 0);
+        ~Viewer();
 
     private slots:
         void printRequested();
+
+    private:
+        QWebInspector * inspector_;
     };
 
 }