8#ifndef SEARCH_SYNTAX_HELP_H
9#define SEARCH_SYNTAX_HELP_H
12#include <QLoggingCategory>
13#include <QTextBrowser>
QTextBrowser * createSearchSyntaxHelpWindow(QLineEdit *lineEdit)
Definition syntax_help.cpp:59
Q_LOGGING_CATEGORY(SyntaxHelpLog, "syntax_help")
QTextBrowser * createDeckSearchSyntaxHelpWindow(QLineEdit *lineEdit)
Definition syntax_help.cpp:74