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