mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Format code using clang-format
This commit is contained in:
@ -7,16 +7,17 @@ class QLabel;
|
||||
|
||||
class TitleHeader : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_OBJECT
|
||||
public:
|
||||
TitleHeader(QWidget * parent = 0);
|
||||
TitleHeader(QWidget *parent = 0);
|
||||
public slots:
|
||||
void setTitle(const QString & title);
|
||||
void setSubTitle(const QString & title);
|
||||
void showButtons(bool show);
|
||||
void setTitle(const QString &title);
|
||||
void setSubTitle(const QString &title);
|
||||
void showButtons(bool show);
|
||||
|
||||
private:
|
||||
QLabel * mainTitleLabel;
|
||||
QLabel * subTitleLabel;
|
||||
QLabel *mainTitleLabel;
|
||||
QLabel *subTitleLabel;
|
||||
};
|
||||
|
||||
#endif // TITLE_HEADER_H
|
||||
|
Reference in New Issue
Block a user