Renamed getInternal*Icon to getCached*Icon

FossilOrigin-Name: 874b5aa93906b7576998002fce08046d12b65d22
This commit is contained in:
kostas
2015-07-11 12:17:46 +00:00
parent c6a0b4e0df
commit 5412e7660e
4 changed files with 28 additions and 28 deletions

View File

@ -61,8 +61,8 @@ private:
void dropEvent(class QDropEvent *event);
void setBusy(bool busy);
virtual QMenu *createPopupMenu();
const QIcon& getInternalIcon(const char *name);
const QIcon& getInternalFileIcon(const QFileInfo &finfo);
const QIcon& getCachedIcon(const char *name);
const QIcon& getCachedFileIcon(const QFileInfo &finfo);
enum ViewMode
{