¡Hola Jeroen! El 2016-11-29 a las 14:43 +0100, Maximiliano Curia escribió:
Control: reassign -1 qtbase5-dev 5.7.1~20161021+dfsg-6¡Hola Jeroen! El 2016-11-26 a las 18:54 +0100, Jeroen N. Witmond escribió:Package: plasma-desktop Version: 4:5.8.2-1 Severity: normal
I'm attaching a minimal qlocale's ls names, that can be compiled with: c++ -fPIC -lQt5Core main.cpp -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5 -o main
Ups, attaching now. -- "If you can't write it down in English, you can't code it." -- Peter Halpern Saludos /\/\ /\ >< `/
#include <QLocale> #include <iostream> int main(int argc, char *argv[]) { QList<QLocale> allLocales = QLocale::matchingLocales(QLocale::AnyLanguage, QLocale::AnyScript, QLocale::AnyCountry); int error = 0; foreach(const QLocale & l, allLocales) { std::string name = l.name().toStdString(); std::cout << name << std::endl; if (name == "en_NL") { error++; } } return error; }
signature.asc
Description: PGP signature