incomplete/wrong template; refs #167

This commit is contained in:
Marc Wäckerlin
2012-11-07 11:43:29 +00:00
parent 1045c98c0a
commit 00bd85e559
9 changed files with 228 additions and 9 deletions

View File

@@ -5,10 +5,17 @@
// 1 2 3 4 5 6 7 8
// 45678901234567890123456789012345678901234567890123456789012345678901234567890
#ifndef __SWISSWEBWIDGET_HXX__
#define __SWISSWEBWIDGET_HXX__
#include <qbrowserlib/ui_swisswebwidget.h>
#include <QtGui/QMainWindow>
//! @addtogroup qbrowserlib
//! @{
namespace {
namespace qbrowserlib {
//! Window Widget for complete page witghin a webbrowser.
/*! Contains a toolbar, a status bar and @refs
@@ -22,6 +29,9 @@ namespace {
}
protected:
};
}
//! @}
#endif