mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-03-15 11:17:45 +01:00
8 lines
131 B
C
8 lines
131 B
C
|
#ifndef KEYS_H
|
||
|
#define KEYS_H
|
||
|
|
||
|
#define NEXT_KEY Qt::Key_Space
|
||
|
#define PREV_KEY Qt::Key_Backspace
|
||
|
|
||
|
#endif // KEYS_H
|