Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
syntax_help.h
Go to the documentation of this file.
1
7
8#ifndef SEARCH_SYNTAX_HELP_H
9#define SEARCH_SYNTAX_HELP_H
10
11#include <QLineEdit>
12#include <QLoggingCategory>
13#include <QTextBrowser>
14
15inline Q_LOGGING_CATEGORY(SyntaxHelpLog, "syntax_help");
16
17QTextBrowser *createSearchSyntaxHelpWindow(QLineEdit *lineEdit);
18
19QTextBrowser *createDeckSearchSyntaxHelpWindow(QLineEdit *lineEdit);
20
21#endif // SEARCH_SYNTAX_HELP_H
QTextBrowser * createSearchSyntaxHelpWindow(QLineEdit *lineEdit)
Definition syntax_help.cpp:59
Q_LOGGING_CATEGORY(SyntaxHelpLog, "syntax_help")
QTextBrowser * createDeckSearchSyntaxHelpWindow(QLineEdit *lineEdit)
Definition syntax_help.cpp:74