diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 20:17:32 +0900 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-02-01 23:42:53 +0100 |
commit | 92036ede2d4488a67bfff21821db0507430fcf43 (patch) | |
tree | 3c55f8101dda18e4e0337db8fa4926f6478098b7 /doc | |
parent | 0f0b7ff115ae07da28e438ce92022e48c26e9289 (diff) | |
download | qt3-92036ede2d4488a67bfff21821db0507430fcf43.tar.gz qt3-92036ede2d4488a67bfff21821db0507430fcf43.zip |
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 961eb3f6e276b4a3609328a3076ef790026e9c03)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/desktop-example.html | 2 |
1 files changed, 1 insertions, 1 deletions
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; <a href="qpointarray.html">QPointArray</a> *a = new <a href="qpointarray.html">QPointArray</a>[ maxcurves ]; - register QPointArray *p; + QPointArray *p; <a name="x1760"></a> <a href="qrect.html">QRect</a> r = d-><a href="qwidget.html#rect">rect</a>(); // desktop rectangle int i; |