summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@nokia.com>2012-04-18 12:03:50 +0200
committerhjk <qthjk@ovi.com>2012-04-18 12:35:20 +0200
commit994cbbb12a72af52a4c3275a7c72107154b78311 (patch)
treebc5a13232d65671e6a9c22774cb19f06fafe1db2 /src/plugins/texteditor
parent998c3e5bb48afb3b8a040bb6954c20204247b470 (diff)
downloadqt-creator-994cbbb12a72af52a4c3275a7c72107154b78311.tar.gz
Mark ITextMark as non copyable
Change-Id: I05807f7222bb2a08ef9e0b281026c6d83b3e9f7e Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/texteditor')
-rw-r--r--src/plugins/texteditor/itextmark.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/itextmark.h b/src/plugins/texteditor/itextmark.h
index 79e0ca0131..83b66a2bf4 100644
--- a/src/plugins/texteditor/itextmark.h
+++ b/src/plugins/texteditor/itextmark.h
@@ -88,6 +88,7 @@ public:
ITextMarkable *markableInterface() const;
void setMarkableInterface(ITextMarkable *markableInterface);
private:
+ Q_DISABLE_COPY(ITextMark)
ITextMarkable *m_markableInterface;
int m_lineNumber;
QIcon m_icon;