mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Fix indentation in lineedit code.
This commit is contained in:
parent
60a1937bf9
commit
3bc1d4afd0
1 changed files with 6 additions and 6 deletions
|
@ -18,20 +18,20 @@ QT_END_NAMESPACE
|
|||
|
||||
class LineEdit : public QLineEdit
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
LineEdit(QWidget *parent = 0);
|
||||
LineEdit(QWidget *parent = 0);
|
||||
|
||||
protected:
|
||||
void resizeEvent(QResizeEvent *);
|
||||
void resizeEvent(QResizeEvent *);
|
||||
|
||||
private slots:
|
||||
void updateCloseButton(const QString &text);
|
||||
void updateCloseButton(const QString &text);
|
||||
|
||||
private:
|
||||
QToolButton *clearButton;
|
||||
QToolButton *searchButton;
|
||||
QToolButton *clearButton;
|
||||
QToolButton *searchButton;
|
||||
};
|
||||
|
||||
#endif // LIENEDIT_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue