Brad King 82baceaa60 cmake-gui: Rename local variable to avoid shadowing a member
Address warnings:

 Source/QtDialog/CMakeSetupDialog.cxx:1233:15:
 warning: declaration of 'cursor' shadows a member of 'this' [-Wshadow]
 Source/QtDialog/CMakeSetupDialog.cxx:1260:15:
 warning: declaration of 'cursor' shadows a member of 'this' [-Wshadow]

by renaming the local variable to 'textCursor'.
2013-11-01 12:56:43 -04:00
..
2008-03-11 17:27:41 -04:00
2008-12-16 15:00:17 -05:00
2007-11-10 11:36:09 -05:00
2008-02-19 14:47:32 -05:00
2012-08-21 13:36:51 +02:00