mirror of
https://github.com/YACReader/yacreader
synced 2026-02-08 00:00:36 -05:00
Format code using clang-format
This commit is contained in:
@ -18,14 +18,14 @@ signals:
|
||||
public slots:
|
||||
|
||||
protected slots:
|
||||
void enableAccept(const QString & text);
|
||||
void enableAccept(const QString &text);
|
||||
void saveApiKey();
|
||||
|
||||
protected:
|
||||
QPushButton * acceptButton;
|
||||
QPushButton * cancelButton;
|
||||
QLineEdit * edit;
|
||||
QSettings * settings;
|
||||
QPushButton *acceptButton;
|
||||
QPushButton *cancelButton;
|
||||
QLineEdit *edit;
|
||||
QSettings *settings;
|
||||
};
|
||||
|
||||
#endif // API_KEY_DIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user