Summary: | kglobalaccel_x11.cpp has qDebug calls, should be qCDebug | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kglobalaccel | Reporter: | Marcin Juszkiewicz <marcin> |
Component: | general | Assignee: | Martin Flöser <mgraesslin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdelibs-bugs, rdieter, thomas.luebking |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kglobalaccel/8cc732ecc066b5250e501c85b7e2615d47c828ec | Version Fixed In: | |
Sentry Crash Report: |
Description
Marcin Juszkiewicz
2015-04-21 13:03:35 UTC
I'll have to check, but shouldn't qDebug be disabled in Release mode builds anyway? Release: yes. RelWithDebInfo: no. Actually controlled by QT_NO_DEBUG_OUTPUT Oh, ok. (I personally disagree with that, WithDebInfo should not be any different in this regard, IMHO) Review request created: https://git.reviewboard.kde.org/r/123463/ Git commit 8cc732ecc066b5250e501c85b7e2615d47c828ec by Martin Gräßlin. Committed on 22/04/2015 at 09:02. Pushed by graesslin into branch 'master'. Use categorized logging in runtime component REVIEW: 123463 M +1 -0 src/runtime/CMakeLists.txt M +8 -7 src/runtime/component.cpp M +4 -4 src/runtime/globalshortcut.cpp M +9 -8 src/runtime/globalshortcutsregistry.cpp M +14 -13 src/runtime/kglobalaccel_mac.cpp M +2 -1 src/runtime/kglobalaccel_win.cpp M +12 -11 src/runtime/kglobalaccel_x11.cpp M +16 -15 src/runtime/kglobalacceld.cpp A +21 -0 src/runtime/logging.cpp [License: BSD] A +26 -0 src/runtime/logging_p.h [License: BSD] M +2 -1 src/runtime/main.cpp http://commits.kde.org/kglobalaccel/8cc732ecc066b5250e501c85b7e2615d47c828ec @Rex: it should be pretty save to pull the change into your distro packages. |