Skip to content

Replace endl with Qt::endl to fix warnings

While I was compiling Kstars from source I noticed a warning about endl being deprecated in favor of Qt::endl so I tried to replace all of the occurrencies, compiling locally my branch succeeds.

Merge request reports