forked from qt-creator/qt-creator
Declarations are only indexed if their file has been changed and references has to be indexed if the file or any included file has been changed. Change-Id: I07c6de1379bce2462c1e0fad34d4378a3da4397b Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
9 lines
143 B
C++
9 lines
143 B
C++
#include <symbolscollector_unmodified_header.h>
|
|
|
|
#define MAINFILE_DEFINE
|
|
|
|
void MainFileFunction()
|
|
{
|
|
HeaderFunctionReferenceInMainFile();
|
|
}
|