Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/DatabaseIcons.cpp')
-rw-r--r--src/core/DatabaseIcons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/DatabaseIcons.cpp b/src/core/DatabaseIcons.cpp
index 3d5ddd3d2..a2301e060 100644
--- a/src/core/DatabaseIcons.cpp
+++ b/src/core/DatabaseIcons.cpp
@@ -31,7 +31,7 @@ QImage DatabaseIcons::icon(int index)
}
else {
QString iconPath = QString("icons/database/").append(m_indexToName.at(index));
- QImage icon(dataPath()->getPath(iconPath));
+ QImage icon(dataPath()->path(iconPath));
m_iconCache[index] = icon;
return icon;