logic: record and display include edges for non-indexed files
* non-indexed files are shown in graph view and in code view * non-indexed files are ignored in search view, overview, stats and refresh dialog
This commit is contained in:
@@ -301,6 +301,11 @@ void QtCodeFile::setIsComplete(bool isComplete)
|
||||
m_titleBar->setIsComplete(isComplete);
|
||||
}
|
||||
|
||||
void QtCodeFile::setIsIndexed(bool isIndexed)
|
||||
{
|
||||
m_titleBar->setIsIndexed(isIndexed);
|
||||
}
|
||||
|
||||
void QtCodeFile::setMinimized()
|
||||
{
|
||||
for (QtCodeSnippet* snippet : m_snippets)
|
||||
|
||||
Reference in New Issue
Block a user