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

@@ -7,4 +7,9 @@
#include <webviewwidgetifc.hxx>
//! @defgroup designer
//! @{
Q_EXPORT_PLUGIN2(swisswebviewwidgetplugin, SwissWebViewWidgetIfc);
//! @}

View File

@@ -11,7 +11,12 @@
#include <qbrowserlib/swisswebview.hxx>
#include <QtDesigner>
#ifndef LOG
#define LOG qDebug()<<__PRETTY_FUNCTION__
#endif
//! @defgroup designer
//! @{
//! WebView widget for Qt Designer
class SwissWebViewWidgetIfc: public QObject,
@@ -68,4 +73,5 @@ class SwissWebViewWidgetIfc: public QObject,
}
};
//! @}
#endif