aboutsummaryrefslogtreecommitdiff
path: root/src/ui/cursorimage.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-10-30 16:08:15 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-10-30 16:08:15 +0000
commit26da2f9c144799264e2d36bf2988ba8bc404ee11 (patch)
treec6ab7d37db77037ac95a28c34e7eb517edcb43ca /src/ui/cursorimage.h
parent6f72ae7e3e61b330dd1874a951b258075649fe8e (diff)
downloadqmmp-26da2f9c144799264e2d36bf2988ba8bc404ee11.tar.gz
qmmp-26da2f9c144799264e2d36bf2988ba8bc404ee11.tar.bz2
qmmp-26da2f9c144799264e2d36bf2988ba8bc404ee11.zip
added skinned cursors (patch by Erik Ölsar)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1338 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/cursorimage.h')
-rw-r--r--src/ui/cursorimage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/cursorimage.h b/src/ui/cursorimage.h
new file mode 100644
index 000000000..575335c37
--- /dev/null
+++ b/src/ui/cursorimage.h
@@ -0,0 +1,7 @@
+
+#ifndef CURSORIMAGE_H
+#define CURSORIMAGE_H
+
+QCursor createCursor(QString path);
+
+#endif