implement KateAiPluginView::assembleContext
This commit is contained in:
parent
1c26b691b0
commit
c73f72f8c2
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue