git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2009-11-23 David Boddie <dboddie@trolltech.com>
[WebKit-https.git]
/
WebKit
/
qt
/
docs
/
webkitsnippets
/
qtwebkit_build_snippet.qdoc
1
//! [0]
2
QT += webkit
3
//! [0]
4
5
6
//! [1]
7
#include <QtWebKit>
8
//! [1]