mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-19 21:44:44 -04:00
refactor: Move all processing logic to CodeHandler::processText() (#107)
This will become useful once more processing modes are available
This commit is contained in:
committed by
GitHub
parent
5536de146c
commit
521261e0a3
@ -28,7 +28,7 @@ namespace QodeAssist {
|
||||
class CodeHandler
|
||||
{
|
||||
public:
|
||||
static QString processText(QString text);
|
||||
static QString processText(QString text, bool smartProcess = true);
|
||||
|
||||
static QString detectLanguage(const QString &line);
|
||||
|
||||
|
Reference in New Issue
Block a user