mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Extract Viewer::(vertical|horizontal)ScrollStep()
This commit is contained in:
@ -164,6 +164,9 @@ private:
|
||||
|
||||
void moveAction(const QKeySequence &key);
|
||||
|
||||
int verticalScrollStep() const;
|
||||
int horizontalScrollStep() const;
|
||||
|
||||
//! ZigzagScroll
|
||||
enum scrollDirection { UP,
|
||||
DOWN,
|
||||
|
Reference in New Issue
Block a user