File indexing completed on 2025-01-19 04:23:32

0001 #ifndef TOOLS_H
0002 #define TOOLS_H
0003 
0004 #include <QString>
0005 #include <QStringList>
0006 
0007 QString get_kb_layout_dir();
0008 void add_custom_color_scheme_dir(const QString& custom_dir);
0009 const QStringList get_color_schemes_dirs();
0010 
0011 #endif