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/test/AutoTypeTest.h')
-rw-r--r--src/autotype/test/AutoTypeTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/autotype/test/AutoTypeTest.h b/src/autotype/test/AutoTypeTest.h
index a17028b51..87d19491a 100644
--- a/src/autotype/test/AutoTypeTest.h
+++ b/src/autotype/test/AutoTypeTest.h
@@ -44,7 +44,7 @@ public:
AutoTypeExecutor* createExecutor() override;
#if defined(Q_OS_MACOS)
- bool raiseLastActiveWindow() override;
+ bool hideOwnWindow() override;
bool raiseOwnWindow() override;
#endif