-rw-r--r-- | core/launcher/serverapp.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/launcher/serverapp.cpp b/core/launcher/serverapp.cpp index fac52a6..64c97d4 100644 --- a/core/launcher/serverapp.cpp +++ b/core/launcher/serverapp.cpp @@ -61,5 +61,5 @@ QCopKeyRegister::QCopKeyRegister() : m_keyCode( 0 ) { -odebug << "KeyRegister1 " << m_keyCode << oendl; + } @@ -67,5 +67,5 @@ QCopKeyRegister::QCopKeyRegister( int k, const QCString& c, const QCString& m ) :m_keyCode( k ), m_channel( c ), m_message( m ) { -odebug << "keyRegister2 " << m_keyCode << c << m << oendl; + } @@ -168,5 +168,5 @@ void KeyFilter::timerEvent(QTimerEvent* e) void KeyFilter::registerKey( const QCopKeyRegister& key ) { -odebug << "KeyFilter::registerKey " << key.keyCode() << key.channel() << key.message() << oendl; + m_keys.insert( key.keyCode(), key ); } |