Commit f9216bf1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt, mac: fix compilation

parent e69c3914
......@@ -423,7 +423,7 @@ QSize LocationButton::sizeHint() const
#ifdef Q_WS_MAC
QSplitterHandle *PlaylistWidget::createHandle()
{
return new SplitterHandle( orientation(), this );
return new SplitterHandle( split->orientation(), split );
}
SplitterHandle::SplitterHandle( Qt::Orientation orientation, QSplitter * parent )
......
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