summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qstatictext_p.h
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-01-29 11:03:42 (GMT)
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2010-01-29 11:03:42 (GMT)
commit951922772c0c5f8b8833c2793064f8c6ebeecd9c (patch)
tree7cd99856c99bf7cdd02a6096fb845d1d58ba9360 /src/gui/text/qstatictext_p.h
parent5fdbc2e878898ae4314426414382aa8a8c7f2eac (diff)
downloadQt-951922772c0c5f8b8833c2793064f8c6ebeecd9c.zip
Qt-951922772c0c5f8b8833c2793064f8c6ebeecd9c.tar.gz
Qt-951922772c0c5f8b8833c2793064f8c6ebeecd9c.tar.bz2
Remove unused constructor in QStaticTextPrivate
The copy constructor for QStaticTextPrivate was never called.
Diffstat (limited to 'src/gui/text/qstatictext_p.h')
-rw-r--r--src/gui/text/qstatictext_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/text/qstatictext_p.h b/src/gui/text/qstatictext_p.h
index 919589e..78f7896 100644
--- a/src/gui/text/qstatictext_p.h
+++ b/src/gui/text/qstatictext_p.h
@@ -82,7 +82,6 @@ class Q_AUTOTEST_EXPORT QStaticTextPrivate
{
public:
QStaticTextPrivate();
- QStaticTextPrivate(const QStaticTextPrivate &other);
~QStaticTextPrivate();
void init();