mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Format code using clang-format
This commit is contained in:
@ -8,16 +8,17 @@ class QFocusEvent;
|
||||
|
||||
class YACReaderFieldEdit : public QLineEdit
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
YACReaderFieldEdit(QWidget * parent = 0);
|
||||
void clear();
|
||||
void setDisabled(bool disabled);
|
||||
protected:
|
||||
void focusInEvent(QFocusEvent* e);
|
||||
private:
|
||||
QAction * restore;
|
||||
Q_OBJECT
|
||||
public:
|
||||
YACReaderFieldEdit(QWidget *parent = 0);
|
||||
void clear();
|
||||
void setDisabled(bool disabled);
|
||||
|
||||
protected:
|
||||
void focusInEvent(QFocusEvent *e);
|
||||
|
||||
private:
|
||||
QAction *restore;
|
||||
};
|
||||
|
||||
#endif // YACREADER_FIELD_EDIT_H
|
Reference in New Issue
Block a user