mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-11-13 13:32:55 -05:00
feat: Add log to search tool
This commit is contained in:
@ -54,7 +54,9 @@ private:
|
||||
bool wholeWords,
|
||||
const QString &filePattern) const;
|
||||
|
||||
QString formatResults(const QList<SearchResult> &results, int maxResults) const;
|
||||
QString formatResults(const QList<SearchResult> &results,
|
||||
int maxResults,
|
||||
const QString &searchQuery) const;
|
||||
|
||||
Context::IgnoreManager *m_ignoreManager;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user