summaryrefslogtreecommitdiffstats
path: root/src/sysInfo.h
diff options
context:
space:
mode:
authorNiklas Goby2011-03-10 22:44:25 +0100
committerNiklas Goby2011-03-10 22:44:25 +0100
commitbdafe6106b6ffade1b364087da6dab0feee35d0c (patch)
treeee414d748b71953e1927306f6965b44850bf6e60 /src/sysInfo.h
parentcollect script output function works (diff)
downloadfbgui-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.h2
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