mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-17 04:24:33 -04:00
Fix remove comments from request
This commit is contained in:
@ -46,12 +46,12 @@ public:
|
||||
CopyrightInfo findCopyright();
|
||||
QString getContextBetween(int startLine, int endLine, int cursorPosition) const;
|
||||
|
||||
CopyrightInfo copyrightInfo() const;
|
||||
|
||||
private:
|
||||
TextEditor::TextDocument *m_textDocument;
|
||||
QTextDocument *m_document;
|
||||
CopyrightInfo m_copyrightInfo;
|
||||
|
||||
static const QRegularExpression &getCopyrightRegex();
|
||||
};
|
||||
|
||||
} // namespace QodeAssist
|
||||
|
Reference in New Issue
Block a user