summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcontiguouscache.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2010-02-16 16:28:40 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2010-02-17 13:17:17 (GMT)
commit095496e02610c66d34cf3ee0fc329abed2be47e3 (patch)
treec61ac150253dc9db1404ed98f001ab07b91f6b44 /src/corelib/tools/qcontiguouscache.h
parentdd745238e17dbdc52417e11a70e74cf6f8e15d04 (diff)
downloadQt-095496e02610c66d34cf3ee0fc329abed2be47e3.zip
Qt-095496e02610c66d34cf3ee0fc329abed2be47e3.tar.gz
Qt-095496e02610c66d34cf3ee0fc329abed2be47e3.tar.bz2
Change all ptrdiff_t to qptrdiff.
Reviewed-By: Bradley T. Hughes
Diffstat (limited to 'src/corelib/tools/qcontiguouscache.h')
-rw-r--r--src/corelib/tools/qcontiguouscache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qcontiguouscache.h b/src/corelib/tools/qcontiguouscache.h
index aa5603d..f767962 100644
--- a/src/corelib/tools/qcontiguouscache.h
+++ b/src/corelib/tools/qcontiguouscache.h
@@ -97,7 +97,7 @@ public:
typedef const value_type* const_pointer;
typedef value_type& reference;
typedef const value_type& const_reference;
- typedef ptrdiff_t difference_type;
+ typedef qptrdiff difference_type;
typedef int size_type;
explicit QContiguousCache(int capacity = 0);