aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/stock_icon.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/stock_icon.h')
-rw-r--r--ui/qt/stock_icon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/stock_icon.h b/ui/qt/stock_icon.h
index 0700bbe60f..3a20230d0c 100644
--- a/ui/qt/stock_icon.h
+++ b/ui/qt/stock_icon.h
@@ -41,6 +41,9 @@ public:
explicit StockIcon(const QString icon_name);
static QIcon colorIcon(const QRgb bg_color, const QRgb fg_color, const QString glyph = QString());
+
+private:
+ void fillIconNameMap();
};
#endif // STOCK_ICON_H