Commit 009dbf0
committed
fix: EPM Help->Contents opened nothing
Same docsRoot() bugs as TAC: hardcoded 'Program Files (x86)' path,
appName always falling back to hardcoded default since
QCoreApplication::applicationName() is never set, and missing the
'external' HTML subfolder in the generated docs path.
Fixed by deriving the install folder name from
QCoreApplication::applicationDirPath(), correcting the Program Files
path, and pointing at docs/external/.1 parent f543594 commit 009dbf0
1 file changed
Lines changed: 15 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | 146 | | |
148 | | - | |
149 | | - | |
150 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
151 | 160 | | |
152 | 161 | | |
153 | | - | |
| 162 | + | |
154 | 163 | | |
155 | 164 | | |
156 | | - | |
| 165 | + | |
157 | 166 | | |
158 | 167 | | |
159 | 168 | | |
0 commit comments