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/autotype/AutoTypePlatformPlugin.h')
-rw-r--r--src/autotype/AutoTypePlatformPlugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autotype/AutoTypePlatformPlugin.h b/src/autotype/AutoTypePlatformPlugin.h
index 68cf99be2..059e7e134 100644
--- a/src/autotype/AutoTypePlatformPlugin.h
+++ b/src/autotype/AutoTypePlatformPlugin.h
@@ -43,7 +43,7 @@ public:
virtual AutoTypeExecutor* createExecutor() = 0;
#if defined(Q_OS_MACOS)
- virtual bool raiseLastActiveWindow() = 0;
+ virtual bool hideOwnWindow() = 0;
virtual bool raiseOwnWindow() = 0;
#endif