mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Replaced the tag implementation
The new implementation supports custom tags which are provided by the user as well as default tags which are provided by subsurface. Default tags can be translated and will be written to XML in their non-localized form. Signed-off-by: Maximilian Güntner <maximilian.guentner@gmail.com>
This commit is contained in:
parent
2ef80930ff
commit
6fe8cb6521
7 changed files with 265 additions and 66 deletions
1
main.cpp
1
main.cpp
|
@ -24,6 +24,7 @@ int main(int argc, char **argv)
|
|||
|
||||
init_ui(&argc, &argv);
|
||||
parse_xml_init();
|
||||
taglist_init_global();
|
||||
|
||||
QStringList files;
|
||||
QStringList importedFiles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue