- Improved sort column parsing to include an optional trailing solidus, in
  addition to the +/- sort direction.
This commit is contained in:
Paul Beckingham
2014-07-10 22:14:35 -04:00
parent 9c2aea6d62
commit bd7e66a939
3 changed files with 17 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ public:
void clearMessages ();
void clear ();
void decomposeSortField (const std::string&, std::string&, bool&);
void decomposeSortField (const std::string&, std::string&, bool&, bool&);
private:
void staticInitialization ();