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