Skip to content

Use const-correct loops for accessing INDI listener devices

Jasem Mutlaq requested to merge (removed):const_correct into master
  • Avoid accessing baseDevice directory
  • Mark functions that should be const as such.
  • Fix old-style for loops with reference based equivalents.

Merge request reports