diff options
Diffstat (limited to 'src/filedef.h')
-rw-r--r-- | src/filedef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filedef.h b/src/filedef.h index 1b6395d..30972ef 100644 --- a/src/filedef.h +++ b/src/filedef.h @@ -72,7 +72,7 @@ class FileDef : public Definition /*! Returns the unique file name (this may include part of the path). */ QCString name() const { - if (Config::fullPathNameFlag) + if (Config::instance()->getBool("FULL_PATH_NAMES")) return filename; else return Definition::name(); |