diff options
Diffstat (limited to 'src/filedef.h')
-rw-r--r-- | src/filedef.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/filedef.h b/src/filedef.h index 0550074..b7feb3d 100644 --- a/src/filedef.h +++ b/src/filedef.h @@ -86,12 +86,10 @@ class FileDef : public Definition QCString getFileBase() const { return diskname; } - QCString getSourceFileBase() const - { return convertNameToFile(diskname+"-source"); } + QCString getSourceFileBase() const; /*! Returns the name of the verbatim copy of this file (if any). */ - QCString includeName() const - { return convertNameToFile(diskname+"-source"); } + QCString includeName() const; /*! Returns the absolute path including the file name. */ QCString absFilePath() const { return filepath; } |