diff options
Diffstat (limited to 'smdirmodel.cpp')
-rw-r--r-- | smdirmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smdirmodel.cpp b/smdirmodel.cpp index 0d4ca30..b6bc853 100644 --- a/smdirmodel.cpp +++ b/smdirmodel.cpp @@ -69,8 +69,8 @@ QVariant SmDirModel::data(const QModelIndex &index, int role) const{ if(fi.isFile()){ return mIcons.value("file"); } - return QVariant(); } + return QVariant(); } case Qt::ForegroundRole: if(index.column() == 0){ |