mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 02:49:12 -04:00
Revert "refactor: Move all processing logic to CodeHandler::processText()" (#109)
This commit is contained in:
committed by
GitHub
parent
521261e0a3
commit
90beebf2ee
@@ -28,7 +28,7 @@ namespace QodeAssist {
|
||||
class CodeHandler
|
||||
{
|
||||
public:
|
||||
static QString processText(QString text, bool smartProcess = true);
|
||||
static QString processText(QString text);
|
||||
|
||||
static QString detectLanguage(const QString &line);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user