Commit ac791251 authored by Bryant's avatar Bryant

Removed extraneous debug statement that just cluttered the console. Hard to...

Removed extraneous debug statement that just cluttered the console. Hard to debug anything else with this active.
parent 853fee84
......@@ -6,7 +6,6 @@ DockWidgetTitleBarEventFilter::DockWidgetTitleBarEventFilter(QObject *parent) :
}
bool DockWidgetTitleBarEventFilter::eventFilter(QObject *object,QEvent *event)
{
qDebug() << event->type();
if (event->type() == QEvent::MouseButtonPress || event->type() == QEvent::MouseButtonRelease)
{
return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment