1 | #ifndef TOOLS_H |
---|---|
2 | #define TOOLS_H |
3 | |
4 | #include <QString> |
5 | #include <QStringList> |
6 | |
7 | QString get_kb_layout_dir(); |
8 | void add_custom_color_scheme_dir(const QString& custom_dir); |
9 | const QStringList get_color_schemes_dirs(); |
10 | |
11 | #endif |
12 |
1 | #ifndef TOOLS_H |
---|---|
2 | #define TOOLS_H |
3 | |
4 | #include <QString> |
5 | #include <QStringList> |
6 | |
7 | QString get_kb_layout_dir(); |
8 | void add_custom_color_scheme_dir(const QString& custom_dir); |
9 | const QStringList get_color_schemes_dirs(); |
10 | |
11 | #endif |
12 |