|
Olive
|
#include "path.h"#include <QStandardPaths>#include <QFileInfo>#include <QCoreApplication>#include <QCryptographicHash>#include <QDateTime>#include "debug.h"Functions | |
| QString | get_app_path () |
| QDir | get_app_dir () |
| QString | get_data_path () |
| QDir | get_data_dir () |
| QString | get_config_path () |
| QDir | get_config_dir () |
| QList< QString > | get_effects_paths () |
| QString | get_file_hash (const QString &filename) |
| QList< QString > | get_language_paths () |
| QDir get_app_dir | ( | ) |
| QString get_app_path | ( | ) |
| QDir get_config_dir | ( | ) |
| QString get_config_path | ( | ) |
| QDir get_data_dir | ( | ) |
| QString get_data_path | ( | ) |
| QList<QString> get_effects_paths | ( | ) |
| QString get_file_hash | ( | const QString & | filename | ) |
| QList<QString> get_language_paths | ( | ) |
1.8.15