Removed qWarning message from Application
authorlampehe-local <henri.lampela@ixonos.com>
Thu, 8 Jul 2010 13:07:24 +0000 (16:07 +0300)
committerlampehe-local <henri.lampela@ixonos.com>
Thu, 8 Jul 2010 13:07:24 +0000 (16:07 +0300)
src/application.cpp

index f474d18..7f537a5 100644 (file)
@@ -98,7 +98,6 @@ bool Application::x11EventFilter(XEvent *event)
 
                 if(m_topmost != m_windows.contains(activeWindow)) {
                     m_topmost = !m_topmost;
-                    qWarning() << "Application is topmost " << m_topmost;
                     emit topmostChanged(!m_topmost);
                 }
             }