Skip to content

Move sequenceJob load/save to sequencejob.cpp/h and implement SequenceQueue class

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

This refactoring separates the capture sequence queue from the capture code, and in particular its loading and saving from esq file. This is done both for code cleanliness, and in hopes/preparation for future code that may implement a capture sequence file editor.

Merge request reports