namespace forgotten; refs #167

master
Marc Wäckerlin 12 years ago
parent 6f237f929e
commit 185a60c746
  1. 4
      src/qbrowserlib/buttonlineedit.hxx

@ -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

Loading…
Cancel
Save