mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
KeySequence passed by reference
This commit is contained in:
committed by
Luis Ángel San Martín
parent
fccf9ab0af
commit
c73f28cca1
@ -164,6 +164,8 @@ private:
|
||||
void wheelEvent(QWheelEvent *event) override;
|
||||
void mouseMoveEvent(QMouseEvent *event) override;
|
||||
|
||||
void moveAction(QKeySequence *key);
|
||||
|
||||
//!ZigzagScroll
|
||||
enum scrollDirection { UP,
|
||||
DOWN,
|
||||
|
Reference in New Issue
Block a user