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:
@ -7,13 +7,14 @@
|
||||
|
||||
class ShortcutsDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
ShortcutsDialog(QWidget * parent = 0);
|
||||
private:
|
||||
QTextEdit * shortcuts;
|
||||
QPushButton * close;
|
||||
public slots:
|
||||
Q_OBJECT
|
||||
public:
|
||||
ShortcutsDialog(QWidget *parent = 0);
|
||||
|
||||
private:
|
||||
QTextEdit *shortcuts;
|
||||
QPushButton *close;
|
||||
public slots:
|
||||
};
|
||||
|
||||
#endif // SHORTCUTS_DIALOG_H
|
||||
|
Reference in New Issue
Block a user