It looks good, except that we normally check for reading file errors (e.g. to avoid trivial user mistakes like non-existing files or other errors): file reading should be safe guarded in try catch statement. For example, please have a look at readDateFile() function of that timetree.cpp file. Can you please update the pull request that way?
Hi, I have just committed some edits upon your suggestion. I'm not familiar with this kind of handling input file, so feel free to adjust the code if there's any problem. Thanks.
It looks good, except that we normally check for reading file errors (e.g. to avoid trivial user mistakes like non-existing files or other errors): file reading should be safe guarded in try catch statement. For example, please have a look at readDateFile() function of that timetree.cpp file. Can you please update the pull request that way?