mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
clang-format
This commit is contained in:
@ -14,8 +14,8 @@ public:
|
||||
explicit KeySequenceLineEdit(QWidget *parent = 0);
|
||||
|
||||
protected:
|
||||
//int numKeys;
|
||||
//int keys[4];
|
||||
// int numKeys;
|
||||
// int keys[4];
|
||||
void keyPressEvent(QKeyEvent *);
|
||||
int translateModifiers(Qt::KeyboardModifiers state, const QString &text);
|
||||
void resizeEvent(QResizeEvent *);
|
||||
|
Reference in New Issue
Block a user