[frameworks-kdeclarative] [Bug 447436] 0bcc4e8 causes build failure on macos -getGlobalShortcutsByKey_v2
Kurt Hindenburg
bugzilla_noreply at kde.org
Thu Dec 23 17:39:40 GMT 2021
https://bugs.kde.org/show_bug.cgi?id=447436
--- Comment #1 from Kurt Hindenburg <kurt.hindenburg at gmail.com> ---
I build frameworks from master source on macos
/Volumes/Devel/KDE/src/frameworks/kdeclarative/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:134:33:
error: no member named 'getGlobalShortcutsByKey_v2' in 'KGlobalAccel'; did you
mean 'getGlobalShortcutsByKey'?
others << KGlobalAccel::getGlobalShortcutsByKey_v2(keySequence);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
getGlobalShortcutsByKey
/Volumes/Devel/KDE/binary/include/KF5/KGlobalAccel/kglobalaccel.h:140:39: note:
'getGlobalShortcutsByKey' declared here
static QList<KGlobalShortcutInfo> getGlobalShortcutsByKey(const
QKeySequence &seq);
^
/Volumes/Devel/KDE/src/frameworks/kdeclarative/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:137:33:
error: no member named 'getGlobalShortcutsByKey_v2' in 'KGlobalAccel'; did you
mean 'globalShortcutsByKey'?
shadow << KGlobalAccel::getGlobalShortcutsByKey_v2(keySequence,
KGlobalAccel::MatchType::Shadows);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
globalShortcutsByKey
/Volumes/Devel/KDE/binary/include/KF5/KGlobalAccel/kglobalaccel.h:142:39: note:
'globalShortcutsByKey' declared here
static QList<KGlobalShortcutInfo> globalShortcutsByKey(const QKeySequence
&seq, MatchType type = Equal);
^
/Volumes/Devel/KDE/src/frameworks/kdeclarative/src/qmlcontrols/kquickcontrols/private/keysequencehelper.cpp:138:35:
error: no member named 'getGlobalShortcutsByKey_v2' in 'KGlobalAccel'; did you
mean 'globalShortcutsByKey'?
shadowed << KGlobalAccel::getGlobalShortcutsByKey_v2(keySequence,
KGlobalAccel::MatchType::Shadowed);
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
globalShortcutsByKey
/Volumes/Devel/KDE/binary/include/KF5/KGlobalAccel/kglobalaccel.h:142:39: note:
'globalShortcutsByKey' declared here
static QList<KGlobalShortcutInfo> globalShortcutsByKey(const QKeySequence
&seq, MatchType type = Equal);
--
You are receiving this mail because:
You are watching all bug changes.
More information about the kde-mac
mailing list