You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue with Word 2010. Add relative paths support
Word 2010 is only compitable with paths like "C:\xxx",
not "C:/xxx". So you have to use QDir::toNativeSeparators
to convert the path.
The path for input/output files can be relative path now.