summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qrawfont.h
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2011-09-02 13:58:57 +0200
committerEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2011-09-02 14:31:56 +0200
commit10354d71aed2ef1b7247a857d8f020fb9dca769c (patch)
tree74b8dc6c0af26961493b134b2a6793766bd70c33 /src/gui/text/qrawfont.h
parentf63993272f2aa7acebe30a7401dab7e46dd49a29 (diff)
micro optimizations
use an inlined version of isValid() everywhere; don't detach where is non required; get rid of extra checks where possible Change-Id: I6815c1f7d7c03677d9c57dda2731ed2868ea92aa Merge-request: 1343 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/4144
Diffstat (limited to 'src/gui/text/qrawfont.h')
-rw-r--r--src/gui/text/qrawfont.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/text/qrawfont.h b/src/gui/text/qrawfont.h
index e257c3d5cd..b66bc04eab 100644
--- a/src/gui/text/qrawfont.h
+++ b/src/gui/text/qrawfont.h
@@ -140,8 +140,6 @@ private:
friend class QRawFontPrivate;
friend class QTextLayout;
- void detach();
-
QExplicitlySharedDataPointer<QRawFontPrivate> d;
};