Commit 7a1c792
committed
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.1 parent 364ffd7 commit 7a1c792
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
116 | 124 | | |
117 | 125 | | |
118 | 126 | | |
| |||
0 commit comments