diff options
| author | Chris Bessent <lost.dragonist@gmail.com> | 2021-11-23 20:05:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-23 20:05:29 -0700 |
| commit | fc40619fd9383eaf2bc7d0ba14695404b7f55bdb (patch) | |
| tree | 7c6dbfbdea980ac1913e3066a5f2fb50e196f9bd /src/envwindows.h | |
| parent | 6ab88d5de108887dd97e0899e2554ee36cc3bdee (diff) | |
| parent | 565f2fddf4cf29fec3f8626ae4f7acba8aef615c (diff) | |
Merge pull request #1621 from LostDragonist/misc_fixes
Misc fixes
Diffstat (limited to 'src/envwindows.h')
| -rw-r--r-- | src/envwindows.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/envwindows.h b/src/envwindows.h index 90655e49..61ef609d 100644 --- a/src/envwindows.h +++ b/src/envwindows.h @@ -40,11 +40,7 @@ public: // the BuildLab entry from the registry, may be empty QString buildLab; - // product name such as "Windows 10 Pro", may not be in English, may be - // empty - QString productName; - - // release ID such as 1809, may be mepty + // release ID such as 1809, may be empty QString ID; // some sub-build number, undocumented, may be empty |
