diff options
| author | Jonathan Bauer | 2011-03-08 02:46:18 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-08 02:46:18 +0100 |
| commit | 2145855feffdaefbf71f8513fef7c220d66f501f (patch) | |
| tree | c6f3bd824305bde87aacdfe2a80708119fb728f2 /src/sysInfo.h | |
| parent | fix? (diff) | |
| download | fbgui-2145855feffdaefbf71f8513fef7c220d66f501f.tar.gz fbgui-2145855feffdaefbf71f8513fef7c220d66f501f.tar.xz fbgui-2145855feffdaefbf71f8513fef7c220d66f501f.zip | |
compiling..
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 |
