diff options
author | Ken Moore <ken@pcbsd.org> | 2015-03-26 15:40:44 -0400 |
---|---|---|
committer | Ken Moore <ken@pcbsd.org> | 2015-03-26 15:40:44 -0400 |
commit | 58cc446a340fc9361b08372bad9c1ce9eaeaa19c (patch) | |
tree | c0ccb9a3d74a0909829d210428e9600c3c612a12 /libLumina/LuminaOS-template.cpp | |
parent | Clean up the retcode > 0 "or" usage in main.cpp (diff) | |
download | lumina-58cc446a340fc9361b08372bad9c1ce9eaeaa19c.tar.gz lumina-58cc446a340fc9361b08372bad9c1ce9eaeaa19c.tar.bz2 lumina-58cc446a340fc9361b08372bad9c1ce9eaeaa19c.zip |
Clean up the new filesystemusage functions a bit. Make sure that the directory is quoted within the command (could be spaces in the path).
Diffstat (limited to 'libLumina/LuminaOS-template.cpp')
-rw-r--r-- | libLumina/LuminaOS-template.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libLumina/LuminaOS-template.cpp b/libLumina/LuminaOS-template.cpp index 38e54816..dfb9d850 100644 --- a/libLumina/LuminaOS-template.cpp +++ b/libLumina/LuminaOS-template.cpp @@ -108,7 +108,7 @@ QStringList LOS::Checksums(QStringList filepaths){ //Return: checksum of the inp //file system capacity QString LOS::FileSystemCapacity(QString dir) { //Return: percentage capacity as give by the df command - return QString; + return QString(); } #endif |