mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Format code using clang-format
This commit is contained in:
@ -8,8 +8,8 @@ class EmptyContainerInfo : public QWidget
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit EmptyContainerInfo(QWidget *parent = 0);
|
||||
void setPixmap(const QPixmap & pixmap);
|
||||
void setText(const QString & text);
|
||||
void setPixmap(const QPixmap &pixmap);
|
||||
void setText(const QString &text);
|
||||
QVBoxLayout *setUpDefaultLayout(bool addStretch);
|
||||
signals:
|
||||
|
||||
@ -18,8 +18,8 @@ public slots:
|
||||
protected:
|
||||
void paintEvent(QPaintEvent *);
|
||||
|
||||
QLabel * iconLabel;
|
||||
QLabel * titleLabel;
|
||||
QLabel *iconLabel;
|
||||
QLabel *titleLabel;
|
||||
QString backgroundColor;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user