jenkinsmain
Last change
on this file since c0cec9d 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
|
Rev | Line | |
---|
[64efc22] | 1 | #ifndef TOOLS_H |
---|
| 2 | #define TOOLS_H |
---|
| 3 | |
---|
| 4 | #include <QString> |
---|
| 5 | #include <QStringList> |
---|
| 6 | #include <QLoggingCategory> |
---|
| 7 | |
---|
| 8 | QString get_kb_layout_dir(); |
---|
| 9 | void add_custom_color_scheme_dir(const QString& custom_dir); |
---|
| 10 | const QStringList get_color_schemes_dirs(); |
---|
| 11 | |
---|
| 12 | Q_DECLARE_LOGGING_CATEGORY(qtermwidgetLogger) |
---|
| 13 | |
---|
| 14 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.