more documentation; refs #115
This commit is contained in:
@@ -7,4 +7,9 @@
|
||||
|
||||
#include <webviewwidgetifc.hxx>
|
||||
|
||||
//! @defgroup designer
|
||||
//! @{
|
||||
|
||||
Q_EXPORT_PLUGIN2(swisswebviewwidgetplugin, SwissWebViewWidgetIfc);
|
||||
|
||||
//! @}
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user