From c740211ffba3330d951f4c3ddefea8edf23a01cd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 7 May 2013 21:58:34 -0500 Subject: Automated update from Qt3 --- doc/html/porting2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/porting2.html') diff --git a/doc/html/porting2.html b/doc/html/porting2.html index c9983a872..c7ddd4d80 100644 --- a/doc/html/porting2.html +++ b/doc/html/porting2.html @@ -834,7 +834,7 @@ In TQt 2.x this confusing situation has been cleaned up: generated identifiers are always unique across the entire application.

If your code depends on generated ids -being equal to the item's index, a tquick fix is to use +being equal to the item's index, a quick fix is to use

 TQMenuData::indexOf(int id)
in the handling function instead. You may alternatively pass -- cgit v1.2.1