source: ogBrowser-Git/qtermwidget/lib/tools.h @ 9004d96

jenkinsmain
Last change on this file since 9004d96 was 64efc22, checked in by Vadim Troshchinskiy <vtroshchinskiy@…>, 19 months ago

Update qtermwidget to modern version

  • Property mode set to 100644
File size: 293 bytes
Line 
1#ifndef TOOLS_H
2#define TOOLS_H
3
4#include <QString>
5#include <QStringList>
6#include <QLoggingCategory>
7
8QString get_kb_layout_dir();
9void add_custom_color_scheme_dir(const QString& custom_dir);
10const QStringList get_color_schemes_dirs();
11
12Q_DECLARE_LOGGING_CATEGORY(qtermwidgetLogger)
13
14#endif
Note: See TracBrowser for help on using the repository browser.