namespace forgotten; refs #167
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user