MINGW-packages/mingw-w64-kglobalaccel-qt5/001-disable-dllexport-some-functions.patch
مهدي شينون (Mehdi Chinoune) 68479d6f43 kde-frameworks: update to 5.98.0 - Part2
2022-09-12 21:07:03 +01:00

23 lines
770 B
Diff

--- a/src/sequencehelpers_p.h
+++ b/src/sequencehelpers_p.h
@@ -9,15 +9,15 @@
namespace Utils
{
-KGLOBALACCEL_EXPORT QKeySequence reverseKey(const QKeySequence &key);
+QKeySequence reverseKey(const QKeySequence &key);
-KGLOBALACCEL_EXPORT QKeySequence cropKey(const QKeySequence &key, int count);
+QKeySequence cropKey(const QKeySequence &key, int count);
bool contains(const QKeySequence &key, const QKeySequence &other);
-KGLOBALACCEL_EXPORT bool matchSequences(const QKeySequence &key, const QList<QKeySequence> &keys);
+bool matchSequences(const QKeySequence &key, const QList<QKeySequence> &keys);
-KGLOBALACCEL_EXPORT QKeySequence mangleKey(const QKeySequence &key);
+QKeySequence mangleKey(const QKeySequence &key);
}
#endif // SEQUENCEHELPERS_H