Olive
cursors.h
1 #ifndef CURSORS_H
2 #define CURSORS_H
3 
4 #include <QCursor>
5 
6 void init_custom_cursors();
7 
8 namespace Olive{
9  extern QCursor Cursor_LeftTrim;
10  extern QCursor Cursor_RightTrim;
11 }
12 
13 #endif // CURSORS_H