Home | History | Annotate | Download | only in webkitsnippets
      1 //! [0]
      2 QT += webkit
      3 //! [0]
      4 
      5 
      6 //! [1]
      7 #include <QtWebKit>
      8 //! [1]
      9