summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativetextedit_p.h
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@nokia.com>2010-06-04 07:15:45 (GMT)
committerAndreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>2010-06-04 07:15:45 (GMT)
commit6078c083c0aca4d3b5b652fccce7b27de083c890 (patch)
tree3244487f6f23041a3d722657ba83da04038d2638 /src/declarative/graphicsitems/qdeclarativetextedit_p.h
parent3c5a4999703d36574e9d7017e633c29013e5e20d (diff)
downloadQt-6078c083c0aca4d3b5b652fccce7b27de083c890.zip
Qt-6078c083c0aca4d3b5b652fccce7b27de083c890.tar.gz
Qt-6078c083c0aca4d3b5b652fccce7b27de083c890.tar.bz2
Fix QT_NO_CLIPBOARD
Merge-request: 658 Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativetextedit_p.h')
-rw-r--r--src/declarative/graphicsitems/qdeclarativetextedit_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativetextedit_p.h b/src/declarative/graphicsitems/qdeclarativetextedit_p.h
index 3846d49..0ecb2f3 100644
--- a/src/declarative/graphicsitems/qdeclarativetextedit_p.h
+++ b/src/declarative/graphicsitems/qdeclarativetextedit_p.h
@@ -223,9 +223,11 @@ public Q_SLOTS:
void selectAll();
void selectWord();
void select(int start, int end);
+#ifndef QT_NO_CLIPBOARD
void cut();
void copy();
void paste();
+#endif
private Q_SLOTS:
void updateImgCache(const QRectF &rect);