#include "visual_deck_storage_search_widget.h"#include "../../../client/settings/cache_settings.h"#include "../../../filters/deck_filter_string.h"#include "../../../filters/syntax_help.h"#include "../../pixel_map_generator.h"#include <QAction>#include <QFileInfo>Functions | |
| static QString | toRelativeFilepath (const QString &filePath) |
|
static |
Converts the filepath into a relative filepath starting from the deck folder. If the file isn't in the deck folder, then this will just return the filename.
| filePath | The filepath to convert into a relative filepath |