mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 00:12:06 +02:00
* Remove spammy debug.
This commit is contained in:
parent
fb748645be
commit
e77b091c4d
@ -258,7 +258,6 @@ void GridView::wheelEvent( QWheelEvent* e )
|
||||
QSize
|
||||
GridView::minimumSizeHint() const
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO << m_sizeHint;
|
||||
if ( !m_sizeHint.isEmpty() )
|
||||
return m_sizeHint;
|
||||
|
||||
@ -269,7 +268,6 @@ GridView::minimumSizeHint() const
|
||||
QSize
|
||||
GridView::sizeHint() const
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO << m_sizeHint;
|
||||
if ( !m_sizeHint.isEmpty() )
|
||||
return m_sizeHint;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user