Colors on split cards sorted in WUBRG order (#3128)

This commit is contained in:
David Szabo 2018-03-08 02:26:47 +01:00 committed by Zach H
parent 5859fa2f20
commit 2a9d76f090
2 changed files with 14 additions and 0 deletions

View file

@ -93,6 +93,7 @@ public:
protected:
void extractColors(const QStringList &in, QStringList &out);
void sortColors(QStringList &colors);
};
#endif