namespace forgotten; refs #167

This commit is contained in:
Marc Wäckerlin
2012-11-05 13:39:38 +00:00
parent 6f237f929e
commit 185a60c746

View File

@@ -17,7 +17,7 @@
//! @addtogroup qbrowserlib //! @addtogroup qbrowserlib
//! @{ //! @{
namespace qbrowserlib {
//! A QLineEdit that may have buttons to the right within the lineedit. //! A QLineEdit that may have buttons to the right within the lineedit.
class ButtonLineEdit: public QLineEdit { class ButtonLineEdit: public QLineEdit {
Q_OBJECT; Q_OBJECT;
@@ -72,6 +72,6 @@ class ButtonLineEdit: public QLineEdit {
Buttons _buttons; Buttons _buttons;
QString _style; QString _style;
}; };
}
//! @} //! @}
#endif #endif