aboutsummaryrefslogtreecommitdiff
path: root/src/ui/cursorimage.h
blob: 575335c378cf5db16ccf089b1eecaf733ccba6f5 (plain) (blame)
1
2
3
4
5
6
7

#ifndef CURSORIMAGE_H
#define CURSORIMAGE_H

QCursor createCursor(QString path);

#endif