Removed use of deprecated Qt APIs.

This commit is contained in:
Jim Evins
2017-05-29 21:19:47 -04:00
parent e0992db6b6
commit 9601541614
4 changed files with 10 additions and 5 deletions
+3 -1
View File
@@ -22,6 +22,8 @@
#include "Markup.h"
#include <algorithm>
namespace glabels
{
@@ -96,7 +98,7 @@ namespace glabels
}
}
qStableSort( origins.begin(), origins.end() );
std::stable_sort( origins.begin(), origins.end() );
return origins;
}