#include int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); QStringList names; names.sort(); return a.exec(); }