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/Resources.h')
-rw-r--r--src/core/Resources.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Resources.h b/src/core/Resources.h
index b76818150..6cadb5996 100644
--- a/src/core/Resources.h
+++ b/src/core/Resources.h
@@ -31,7 +31,7 @@ public:
QString pluginPath(const QString& name) const;
QString wordlistPath(const QString& name) const;
QIcon applicationIcon();
- QIcon trayIcon();
+ QIcon trayIcon(QString style = "unlocked");
QIcon trayIconLocked();
QIcon trayIconUnlocked();
QString trayIconAppearance() const;