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