more documentation; refs #115

This commit is contained in:
Marc Wäckerlin
2012-02-09 09:42:29 +00:00
parent ed718d7f04
commit 088163a14d
9 changed files with 60 additions and 0 deletions

View File

@@ -15,6 +15,9 @@
#include <memory>
//! @addtogroup qbrowserlib
//! @{
//! QWebViev class with additional features.
/*! This QWebView class contains a @ref SwissWebPage and adds a new
signal @refs newView that sends the view whenever the a new view
@@ -61,4 +64,5 @@ class QDESIGNER_WIDGET_EXPORT SwissWebView: public QWebView {
}
};
//! @}
#endif