implement KateAiPluginView::assembleContext

This commit is contained in:
Carl Philipp Klemm
2023-11-02 11:53:32 +01:00
parent 1c26b691b0
commit c73f72f8c2
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ void KateAiPluginView::socketMessage(const QString& message)
}
}
QStringList getIncludePaths(const QString& text)
QStringList KateAiPluginView::getIncludePaths(const QString& text)
{
QStringList lines = text.split(U'\n');
QStringList paths;