Updated comments
[mdictionary] / trunk / src / base / gui / SearchBarWidget.cpp
index 4731d6e..82ccd2e 100644 (file)
@@ -81,10 +81,10 @@ QIcon SearchBarWidget::generateIcon(QIcon oryginal, qreal rotation) {
         p = p.transformed(m);
     }
 
-
     QIcon newIcon;
     newIcon.addPixmap(p);
 
+
     #ifdef Q_WS_MAEMO_5
         QPainter painter(&p);
         painter.fillRect(p.rect(), QColor(0,0,0,192));