|
Krita Source Code Documentation
|
#include "kritaglobal_export.h"#include <functional>Go to the source code of this file.
Namespaces | |
| namespace | KritaUtils |
Functions | |
| QString | KritaUtils::deduplicateFileName (const QString &fileName, const QString &separator, std::function< bool(QString)> fileAllowedCallback) |
| QString | KritaUtils::resolveAbsoluteFilePath (const QString &baseDir, const QString &filePath) |
| Resolve absolute file path from a file path and base dir. | |