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:
@ -7,13 +7,15 @@ class QLabel;
|
||||
|
||||
class ScraperLineEdit : public QLineEdit
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
public:
|
||||
ScraperLineEdit(const QString & title, QWidget * widget = 0);
|
||||
ScraperLineEdit(const QString &title, QWidget *widget = 0);
|
||||
|
||||
protected:
|
||||
void resizeEvent(QResizeEvent *);
|
||||
void resizeEvent(QResizeEvent *);
|
||||
|
||||
private:
|
||||
QLabel * titleLabel;
|
||||
QLabel *titleLabel;
|
||||
};
|
||||
|
||||
#endif // SCRAPPER_LINEEDIT_H
|
||||
|
Reference in New Issue
Block a user