|
Data_deduplication_service
Service that will use hashes to deduplicate files
|
#include "common.h"
Include dependency graph for common.cpp:Namespaces | |
| common | |
Functions | |
| void | common::writeLog (QTextEdit *logTextField, const QString &qLogMessage, logLevel lg) |
| bool | common::isDirName (const QString &path) |
| double | common::smartCeil (double vaL, uint num) |
Variables | |
| std::unordered_map< int, dirLoad > | common::dirs |
| std::unordered_map< int, fileLoad > | common::files |