summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJens Bache-Wiig <jensb.bache-wiig@nokia.com>2011-09-20 11:36:04 +0200
committerJens Bache-Wiig <jensb.bache-wiig@nokia.com>2011-09-20 11:36:04 +0200
commit1e6ce30ffe3687704276f68a873d23d174c75d91 (patch)
treed2ccdb9a43fd672c7e7ec6f97ef9fae3e2b5dc89 /src
parent2b92d284baf835977e6460589fa1a329761909fa (diff)
downloadqtquickcontrols-1e6ce30ffe3687704276f68a873d23d174c75d91.tar.gz
Fixed a regression on checkbox
Diffstat (limited to 'src')
-rw-r--r--src/styleitem/qcursorarea.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/styleitem/qcursorarea.h b/src/styleitem/qcursorarea.h
index da12afa3..4ccb74b8 100644
--- a/src/styleitem/qcursorarea.h
+++ b/src/styleitem/qcursorarea.h
@@ -18,9 +18,7 @@ public:
WaitCursor,
PointingHandCursor
};
-
explicit QCursorArea(QDeclarativeItem *parent = 0);
-
void setCursor(Cursor str);
Cursor cursor() const { return m_cursor; }