diff options
| author | Niklas Goby | 2011-03-10 18:38:25 +0100 |
|---|---|---|
| committer | Niklas Goby | 2011-03-10 18:38:25 +0100 |
| commit | 01c8e51cbe3ff8c34eedd8b6b36c2aa8e29299a1 (patch) | |
| tree | 1e74fb278eb2470cc0a5ade2e7cf441a56f207b1 /src/sysInfo.h | |
| parent | added a method for reading the out put of a script. (diff) | |
| download | fbgui-01c8e51cbe3ff8c34eedd8b6b36c2aa8e29299a1.tar.gz fbgui-01c8e51cbe3ff8c34eedd8b6b36c2aa8e29299a1.tar.xz fbgui-01c8e51cbe3ff8c34eedd8b6b36c2aa8e29299a1.zip | |
collect script output function works
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 652a3f6..dac75e8 100644 --- a/src/sysInfo.h +++ b/src/sysInfo.h @@ -19,7 +19,7 @@ class sysInfo { QString getMACAddress(); QString getIPAddress(); QString getAllInfos(); - QStringList getPrcOutP2(); + QString getPrcOutP2(); }; #endif // SYSTEMINFO_H |
