mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3f77c4291d
commit
07aabcff76
3 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,3 @@
|
|||
All translations are contributed by the Qt community.
|
||||
They are provided without guarantees, will often be stale, and may even
|
||||
disappear entirely from future Qt releases.
|
||||
|
||||
See https://wiki.qt.io/Qt-Localization for information on how to
|
||||
contribute translations.
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
local_database is used to generate qlocale data from the Common Locale Data Repository (The database for localized names (like date formats, country names etc)).
|
||||
local_database is used to generate qlocale data from the Common Locale Data
|
||||
Repository (The database for localized names like date formats, country names,
|
||||
etc.).
|
||||
|
|
|
@ -77,7 +77,7 @@ int main(int argc, char **argv) {
|
|||
printf(" wget https://publicsuffix.org/list/effective_tld_names.dat -O effective_tld_names.dat\n");
|
||||
printf(" grep '^[^\\/\\/]' effective_tld_names.dat > effective_tld_names.dat.trimmed\n");
|
||||
printf(" %s effective_tld_names.dat.trimmed effective_tld_names.dat.qt\n\n", argv[0]);
|
||||
printf("Now copy the data from effective_tld_names.dat.qt to the file src/corelib/io/qurltlds_p.h in your Qt repo\n\n");
|
||||
printf("Now copy the data from effective_tld_names.dat.qt to the file src/core/io/qurltlds_p.h in your Qt repo\n\n");
|
||||
exit(1);
|
||||
}
|
||||
QFile file(argv[1]);
|
||||
|
|
Loading…
Add table
Reference in a new issue