mirror of
https://github.com/YACReader/yacreader
synced 2025-11-06 10:14:51 -05:00
Use a constant reference for passing QKeySequence to moveAction
This commit is contained in:
@ -164,7 +164,7 @@ private:
|
||||
void wheelEvent(QWheelEvent *event) override;
|
||||
void mouseMoveEvent(QMouseEvent *event) override;
|
||||
|
||||
void moveAction(QKeySequence *key);
|
||||
void moveAction(const QKeySequence &key);
|
||||
|
||||
//!ZigzagScroll
|
||||
enum scrollDirection { UP,
|
||||
|
||||
Reference in New Issue
Block a user