diff options
author | Jan Dalheimer <jan@dalheimer.de> | 2013-12-26 21:24:42 +0100 |
---|---|---|
committer | Jan Dalheimer <jan@dalheimer.de> | 2013-12-26 21:24:42 +0100 |
commit | acbbdf319a7378a4029965a52222e7a84c33253f (patch) | |
tree | a6e313f57ab42eaf1812e135cbdc9af05f49a21d | |
parent | c71808446b3e95e4fefb91b69c2cc51e4c4918cc (diff) | |
download | PrismLauncher-acbbdf319a7378a4029965a52222e7a84c33253f.tar.gz PrismLauncher-acbbdf319a7378a4029965a52222e7a84c33253f.tar.bz2 PrismLauncher-acbbdf319a7378a4029965a52222e7a84c33253f.zip |
Remove a debug message
-rw-r--r-- | CategorizedView.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CategorizedView.cpp b/CategorizedView.cpp index 4d9a4a62..780674eb 100644 --- a/CategorizedView.cpp +++ b/CategorizedView.cpp @@ -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)) { |