Remove a debug message
This commit is contained in:
parent
c71808446b
commit
acbbdf319a
@ -558,7 +558,6 @@ void CategorizedView::paintEvent(QPaintEvent *event)
|
|||||||
if (category)
|
if (category)
|
||||||
{
|
{
|
||||||
int internalRow = row - firstItemForCategory(category).row();
|
int internalRow = row - firstItemForCategory(category).row();
|
||||||
qDebug() << internalRow << numItemsForCategory(category) << model()->index(row, 0).data().toString();
|
|
||||||
QLine line;
|
QLine line;
|
||||||
if (internalRow >= numItemsForCategory(category))
|
if (internalRow >= numItemsForCategory(category))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user