diff options
Diffstat (limited to 'shemoviconprovider.cpp')
-rw-r--r-- | shemoviconprovider.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shemoviconprovider.cpp b/shemoviconprovider.cpp index ed3febb..f0ea01e 100644 --- a/shemoviconprovider.cpp +++ b/shemoviconprovider.cpp @@ -14,9 +14,9 @@ SheMovIconProvider::SheMovIconProvider() {}; QIcon SheMovIconProvider::icon(const QFileInfo &info) const { - /*if(info.isDir()){ + if(info.isDir()){ return QIcon(":/dildo.png"); - }*/ + } QString type = Helper::mimeType(info.absoluteFilePath()); if(type.toLower().startsWith("video")){ return QIcon(":/movie.svg"); |