0.2.0 finalization
This commit is contained in:
parent
8a2658e4fc
commit
4d3ba6b11f
12 changed files with 194 additions and 179 deletions
|
@ -144,7 +144,7 @@ Shared::Global::FileInfo Shared::Global::getFileInfo(const QString& path)
|
|||
size = defaultIconFileInfoHeight;
|
||||
}
|
||||
|
||||
itr = instance->fileCache.insert(std::make_pair(path, FileInfo({info.fileName(), size, type, p}))).first;
|
||||
itr = instance->fileCache.insert(std::make_pair(path, FileInfo({info.absoluteFilePath(), info.fileName(), size, type, p}))).first;
|
||||
}
|
||||
|
||||
return itr->second;
|
||||
|
|
|
@ -55,6 +55,7 @@ namespace Shared {
|
|||
animation
|
||||
};
|
||||
|
||||
QString path;
|
||||
QString name;
|
||||
QSize size;
|
||||
QMimeType mime;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue