Skip to content
  • Brad King's avatar
    cmake-gui: Rename local variable to avoid shadowing a member · 82baceaa
    Brad King authored
    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'.
    82baceaa