Skip to content

Commit

Permalink
FancyTabWidget: Remove qDebug()
Browse files Browse the repository at this point in the history
...ouch...

Change-Id: I66b101771d419b8fe1a37a13d0b7100552dcb05a
Reviewed-by: Eike Ziller <[email protected]>
  • Loading branch information
Alessandro Portale committed Oct 30, 2015
1 parent ca6144f commit d7d4c2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/coreplugin/fancytabwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ static void paintSelectedTabBackground(QPainter *painter, const QRect &spanRect)
+ QLatin1Char('@') + QString::number(dpr);
QPixmap selection;
if (!QPixmapCache::find(cacheKey, &selection)) {
qDebug() << Q_FUNC_INFO << dpr;
selection = QPixmap(QSize(spanRect.width(), spanRect.height() + 2 * verticalOverlap) * dpr);
selection.fill(Qt::transparent);
selection.setDevicePixelRatio(dpr);
Expand Down

0 comments on commit d7d4c2b

Please sign in to comment.