Results of cppcheck...

This commit is contained in:
craig.p.drummond
2014-01-08 19:49:48 +00:00
committed by craig.p.drummond
parent 810abcf4f4
commit d91f8807d2
60 changed files with 279 additions and 276 deletions

View File

@@ -26,7 +26,7 @@
#include "dirviewitem.h"
QString DirViewItem::fullName()
QString DirViewItem::fullName() const
{
QString fn = m_name;
DirViewItem *item = parent();