Allow to pass View* to qDebug
This commit is contained in:
@@ -60,7 +60,7 @@ void Separator_qtwidgets::enterEvent(KDDockWidgets::Qt5Qt6Compat::QEnterEvent *)
|
||||
if (freed())
|
||||
return;
|
||||
|
||||
qCDebug(separators) << Q_FUNC_INFO << this;
|
||||
qCDebug(separators) << Q_FUNC_INFO;
|
||||
if (m_controller->isVertical())
|
||||
setCursor(Qt::SizeVerCursor);
|
||||
else
|
||||
|
||||
@@ -104,7 +104,6 @@ TitleBar_qtwidgets::TitleBar_qtwidgets(Controllers::TitleBar *controller, View *
|
||||
|
||||
void TitleBar_qtwidgets::init()
|
||||
{
|
||||
qCDebug(creation) << "TitleBarWidget" << this;
|
||||
if (m_titleBar->titleBarIsFocusable())
|
||||
setFocusPolicy(Qt::StrongFocus);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user