From 0c05e7975bc10dde084046f3578f5fcdd5bc1cd2 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 24 Jul 2014 16:34:27 -0700 Subject: Remove non-existing function. Change-Id: I1c201453d069dbc3d981e1ff3789570af09b662c Reviewed-by: Olivier Goffart --- src/corelib/tools/qstring.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/corelib/tools/qstring.h b/src/corelib/tools/qstring.h index 9f36c8bcf9..3afd68af1f 100644 --- a/src/corelib/tools/qstring.h +++ b/src/corelib/tools/qstring.h @@ -724,7 +724,6 @@ private: void reallocData(uint alloc, bool grow = false); void expand(int i); - void updateProperties() const; QString multiArg(int numArgs, const QString **args) const; static int compare_helper(const QChar *data1, int length1, const QChar *data2, int length2, -- cgit v1.2.3