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,22 +8,22 @@ class QPropertyAnimation;
|
||||
|
||||
class PageLabelWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
private:
|
||||
QLabel * textLabel;
|
||||
QPropertyAnimation * animation;
|
||||
QLabel *textLabel;
|
||||
QPropertyAnimation *animation;
|
||||
|
||||
protected:
|
||||
virtual void paintEvent(QPaintEvent *);
|
||||
|
||||
public:
|
||||
PageLabelWidget(QWidget * parent);
|
||||
PageLabelWidget(QWidget *parent);
|
||||
|
||||
public slots:
|
||||
void show();
|
||||
void hide();
|
||||
void setText(const QString & text);
|
||||
void updatePosition();
|
||||
void show();
|
||||
void hide();
|
||||
void setText(const QString &text);
|
||||
void updatePosition();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user