From 7e66c403623bdb20b01ff05ebc5e2dfc30f15b3e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 30 Jan 2020 20:17:32 +0900 Subject: Removed explicit usage of the 'register' keyword. Signed-off-by: Michele Calgaro (cherry picked from commit 961eb3f6e276b4a3609328a3076ef790026e9c03) --- doc/html/desktop-example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/desktop-example.html') diff --git a/doc/html/desktop-example.html b/doc/html/desktop-example.html index cc054de..4c91df1 100644 --- a/doc/html/desktop-example.html +++ b/doc/html/desktop-example.html @@ -95,7 +95,7 @@ void poly() int head = 0; int tail = -maxcurves + 2; QPointArray *a = new QPointArray[ maxcurves ]; - register QPointArray *p; + QPointArray *p; QRect r = d->rect(); // desktop rectangle int i; -- cgit v1.2.3