mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
klipper: build fix for the case when DEBUG_EVENTS__ is defined
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
00c878740e
commit
2fd522be69
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ namespace {
|
|||
// #define DEBUG_EVENTS__
|
||||
|
||||
#ifdef DEBUG_EVENTS__
|
||||
kdbgstream& operator<<( kdbgstream& stream, const QKeyEvent& e ) {
|
||||
QDebug& operator<<( QDebug& stream, const QKeyEvent& e ) {
|
||||
stream << "(QKeyEvent(text=" << e.text() << ",key=" << e.key() << ( e.isAccepted()?",accepted":",ignored)" ) << ",count=" << e.count();
|
||||
if ( e.modifiers() & Qt::AltModifier ) {
|
||||
stream << ",ALT";
|
||||
|
|
Loading…
Add table
Reference in a new issue