diff options
| author | Niklas Goby | 2011-03-10 22:44:25 +0100 |
|---|---|---|
| committer | Niklas Goby | 2011-03-10 22:44:25 +0100 |
| commit | bdafe6106b6ffade1b364087da6dab0feee35d0c (patch) | |
| tree | ee414d748b71953e1927306f6965b44850bf6e60 /src/sysInfo.h | |
| parent | collect script output function works (diff) | |
| download | fbgui-bdafe6106b6ffade1b364087da6dab0feee35d0c.tar.gz fbgui-bdafe6106b6ffade1b364087da6dab0feee35d0c.tar.xz fbgui-bdafe6106b6ffade1b364087da6dab0feee35d0c.zip | |
some changes pwd command doesn't work
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 dac75e8..936f517 100644 --- a/src/sysInfo.h +++ b/src/sysInfo.h @@ -19,7 +19,7 @@ class sysInfo { QString getMACAddress(); QString getIPAddress(); QString getAllInfos(); - QString getPrcOutP2(); + QString getScriptOutput(QString cmd); }; #endif // SYSTEMINFO_H |
