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:
authorJonathan White <support@dmapps.us>2021-02-14 06:13:10 +0300
committerJonathan White <support@dmapps.us>2021-02-22 00:33:54 +0300
commit027ff9f2bfac35ca74b0e91bd72625a2b790f050 (patch)
tree1680b12772853b2c91816ea25ae603b52e14c287 /src/core/Global.h
parentd9ae449f0424c7d296a2fd1372d3393b5c7c0152 (diff)
Overhaul Auto-Type Action Handling
* Close #2603 - Add support for modifier syntax (+, ^, and %) * Fix #2633 - Allow reference syntax {REF:...} in Auto-Type sequences * Close #5334 - Tell the user which part of the Auto-Type sequence is invalid for easy correction * Fix #2401 - Select the right window on macOS prior to starting Auto-Type * Allow for nested placeholders
Diffstat (limited to 'src/core/Global.h')
-rw-r--r--src/core/Global.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/Global.h b/src/core/Global.h
index 5e7375148..6f48977b6 100644
--- a/src/core/Global.h
+++ b/src/core/Global.h
@@ -25,12 +25,12 @@
#if defined(Q_OS_WIN)
#if defined(KEEPASSX_BUILDING_CORE)
-#define KEEPASSX_EXPORT Q_DECL_IMPORT
+#define KEEPASSXC_EXPORT Q_DECL_IMPORT
#else
-#define KEEPASSX_EXPORT Q_DECL_EXPORT
+#define KEEPASSXC_EXPORT Q_DECL_EXPORT
#endif
#else
-#define KEEPASSX_EXPORT Q_DECL_EXPORT
+#define KEEPASSXC_EXPORT Q_DECL_EXPORT
#endif
#ifndef QUINT32_MAX