diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-21 21:27:45 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-09-21 21:27:45 -0400 |
| commit | c1a5f2ef73f4435c08876155d4551c045d5e7594 (patch) | |
| tree | 89ead2116344fe3bd8282320022e5d9f31fc63cb /src/envsecurity.h | |
| parent | 2feaed68b4bd2191aeaf02c33990a0bdf7f8738c (diff) | |
refactored getSecurityProductsFromWMI() to stop using a lambda
security products now only need a guid, handles failures better
Diffstat (limited to 'src/envsecurity.h')
| -rw-r--r-- | src/envsecurity.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/envsecurity.h b/src/envsecurity.h index 436103b7..5f9e5332 100644 --- a/src/envsecurity.h +++ b/src/envsecurity.h @@ -16,6 +16,10 @@ public: QUuid guid, QString name, int provider, bool active, bool upToDate); + // guid + // + const QUuid& guid() const; + // display name of the product // const QString& name() const; |
