mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
Remove a debug message
This commit is contained in:
parent
c71808446b
commit
acbbdf319a
1 changed files with 0 additions and 1 deletions
|
|
@ -558,7 +558,6 @@ void CategorizedView::paintEvent(QPaintEvent *event)
|
|||
if (category)
|
||||
{
|
||||
int internalRow = row - firstItemForCategory(category).row();
|
||||
qDebug() << internalRow << numItemsForCategory(category) << model()->index(row, 0).data().toString();
|
||||
QLine line;
|
||||
if (internalRow >= numItemsForCategory(category))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue