Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
c4b5e2a5
Commit
c4b5e2a5
authored
Feb 02, 2012
by
Claudio Valerio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused cursor
parent
45184923
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
UBResources.cpp
src/gui/UBResources.cpp
+1
-2
UBResources.h
src/gui/UBResources.h
+0
-1
No files found.
src/gui/UBResources.cpp
View file @
c4b5e2a5
...
...
@@ -51,7 +51,6 @@ void UBResources::init()
// Cursors
penCursor
=
QCursor
(
Qt
::
CrossCursor
);
eraserCursor
=
QCursor
(
QPixmap
(
":/images/cursors/eraser.png"
),
21
,
21
);
magnifierCursor
=
QCursor
(
QPixmap
(
":/images/cursors/magnifier.png"
),
9
,
9
);
markerCursor
=
QCursor
(
QPixmap
(
":/images/cursors/marker.png"
),
3
,
30
);
pointerCursor
=
QCursor
(
QPixmap
(
":/images/cursors/laser.png"
),
2
,
1
);
handCursor
=
QCursor
(
Qt
::
OpenHandCursor
);
...
...
@@ -60,5 +59,5 @@ void UBResources::init()
arrowCursor
=
QCursor
(
Qt
::
ArrowCursor
);
textCursor
=
QCursor
(
Qt
::
ArrowCursor
);
rotateCursor
=
QCursor
(
QPixmap
(
":/images/cursors/rotate.png"
),
16
,
16
);
drawLineRulerCursor
=
QCursor
(
QPixmap
(
":/images/cursors/drawRulerLine.png"
),
3
,
12
);
drawLineRulerCursor
=
QCursor
(
QPixmap
(
":/images/cursors/drawRulerLine.png"
),
3
,
12
);
}
src/gui/UBResources.h
View file @
c4b5e2a5
...
...
@@ -37,7 +37,6 @@ class UBResources : public QObject
QCursor
penCursor
;
QCursor
eraserCursor
;
QCursor
magnifierCursor
;
QCursor
markerCursor
;
QCursor
pointerCursor
;
QCursor
handCursor
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment