Skip to content

fix bug in aligning with fits file

Hy Murveit requested to merge murveit/kstars:scheduler35 into master

A recent bug stops the Scheduler from using fits files to align. This fixes.

d368ebcf calls QFileInfo with a filename string that includes "file://" which won't work. Adding QUrl::PreferLocalFile to the call to getFITSFile() removes this.

Merge request reports