diff options
Diffstat (limited to 'src/sysInfo.h')
| -rw-r--r-- | src/sysInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysInfo.h b/src/sysInfo.h index 43aa8ed..ced1d56 100644 --- a/src/sysInfo.h +++ b/src/sysInfo.h @@ -12,6 +12,6 @@ class sysInfo { private: QString getTime(); QString getMACAddress(); -} +}; #endif // SYSTEMINFO_H |
