Skip to content
Snippets Groups Projects
Commit ffb22596 authored by Oliver Bock's avatar Oliver Bock
Browse files

Revised preset column headers

parent d35278bd
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ QStringList Preset::getAttributes() ...@@ -48,7 +48,7 @@ QStringList Preset::getAttributes()
QStringList Preset::getLabels() QStringList Preset::getLabels()
{ {
// reflection of class member labels (keep in same order as attributes!) // reflection of class member labels (keep in same order as attributes!)
return QStringList() << "Name" << "Right Ascension" << "Declination" << "Time (UTC)" << "Iota" << "Psi" << "Description"; return QStringList() << "Name" << "RA (hours)" << "Dec (deg)" << "Time (UTC)" << "Iota (deg)" << "Psi (deg)" << "Description";
} }
// helpers // helpers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment