logic: show whole file in CodeView when file node is active

This commit is contained in:
Eberhard Graether
2015-03-24 23:01:40 +01:00
parent 0d2a76c2eb
commit eb9092a07f
6 changed files with 32 additions and 14 deletions
+2 -1
View File
@@ -6,7 +6,8 @@
#include "data/location/TokenLocationLine.h"
TokenLocationFile::TokenLocationFile(const FilePath& filePath)
: m_filePath(filePath)
: isWholeCopy(false)
, m_filePath(filePath)
{
}