mirror of
https://github.com/YACReader/yacreader
synced 2026-02-02 13:20:08 -05:00
Update files format with clang-format
This commit is contained in:
committed by
Luis Ángel San Martín
parent
732ea7ecac
commit
f945c6c5ca
@ -13,11 +13,11 @@ class OptionsDialog : public YACReaderOptionsDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
OptionsDialog(QWidget * parent = nullptr);
|
||||
OptionsDialog(QWidget *parent = nullptr);
|
||||
|
||||
public slots:
|
||||
void editApiKey();
|
||||
void restoreOptions(QSettings * settings) override;
|
||||
void restoreOptions(QSettings *settings) override;
|
||||
|
||||
private slots:
|
||||
void useBackgroundImageCheckClicked(bool checked);
|
||||
|
||||
Reference in New Issue
Block a user