![]() |
Qt 6.x
The Qt SDK
|
Classes | |
| class | DummyOutputStream |
Functions | |
| std::string | asciiToLower (std::string s) |
| std::string | asciiToUpper (std::string s) |
| void | printInternalError () |
| std::filesystem::path | normilizedPath (const std::string &path) |
Variables | |
| utils::DummyOutputStream | DummyOutput |
| std::string utils::asciiToLower | ( | std::string | s | ) |
Definition at line 79 of file main.cpp.
Referenced by SyncScanner::sync().
Here is the caller graph for this function:| std::string utils::asciiToUpper | ( | std::string | s | ) |
Definition at line 86 of file main.cpp.
Referenced by SyncScanner::generateMasterHeader(), and SyncScanner::generateVersionHeader().
Here is the caller graph for this function:| std::filesystem::path utils::normilizedPath | ( | const std::string & | path | ) |
Definition at line 111 of file main.cpp.
Referenced by SyncScanner::makeHeaderAbsolute().
Here is the caller graph for this function:| utils::DummyOutputStream utils::DummyOutput |