WebKit/qt/Api/qwebpage_p.h
changeset 2 303757a437d3
parent 0 4f2f89ce4247
equal deleted inserted replaced
0:4f2f89ce4247 2:303757a437d3
   199 
   199 
   200     QWidget* inspectorFrontend;
   200     QWidget* inspectorFrontend;
   201     QWebInspector* inspector;
   201     QWebInspector* inspector;
   202     bool inspectorIsInternalOnly; // True if created through the Inspect context menu action
   202     bool inspectorIsInternalOnly; // True if created through the Inspect context menu action
   203     Qt::DropAction m_lastDropAction;
   203     Qt::DropAction m_lastDropAction;
   204     
       
   205     QString viewMode;
       
   206 
   204 
   207     static bool drtRun;
   205     static bool drtRun;
   208 };
   206 };
   209 
   207 
   210 #endif
   208 #endif