<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -154,6 +154,8 @@ void Breadcrumb::hoverEnterEvent(QGraphicsSceneHoverEvent *event)
 
 void Breadcrumb::hoverLeaveEvent(QGraphicsSceneHoverEvent *event)
 {
+    Q_UNUSED(event);
+
     if (!m_currentShowing) {
         return;
     }</diff>
      <filename>view/breadcrumb.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -183,6 +183,8 @@ void RaptorGraphicsView::addRows(const QModelIndex &amp;parent, int start, int end)
 
 void RaptorGraphicsView::removeRows(const QModelIndex &amp;parent, int start, int end)
 {
+    Q_UNUSED(parent);
+
     kDebug();
     QList&lt;RaptorMenuItem*&gt; toRemove;
     for (int i = start; i != end; i++) {
@@ -412,6 +414,8 @@ void RaptorGraphicsView::hoverMoveEvent(QGraphicsSceneHoverEvent *event)
 
 void RaptorGraphicsView::hoverLeaveEvent(QGraphicsSceneHoverEvent *event)
 {
+    Q_UNUSED(event);
+
     if (viewMode() == RaptorGraphicsView::SingleApp) {
         return;
     }</diff>
      <filename>view/raptorgraphicsview.cpp</filename>
    </modified>
    <modified>
      <diff>@@ -235,6 +235,8 @@ void RaptorGraphicsWidget::updateColors()
 
 void RaptorGraphicsWidget::resizeEvent(QGraphicsSceneResizeEvent *event)
 {
+    Q_UNUSED(event);
+
     d-&gt;rightScrollButton-&gt;setPos(rect().width() - FRAME_RECT_HORIZONTAL_MARGIN - d-&gt;rightScrollButton-&gt;size().width() / 2, d-&gt;view-&gt;y() + d-&gt;view-&gt;rect().height() / 2 - d-&gt;rightScrollButton-&gt;rect().height() / 2);
     d-&gt;leftScrollButton-&gt;setPos(FRAME_RECT_HORIZONTAL_MARGIN - d-&gt;leftScrollButton-&gt;size().width() / 2, d-&gt;view-&gt;y() + d-&gt;view-&gt;rect().height() / 2 - d-&gt;leftScrollButton-&gt;rect().height() / 2);
     kDebug() &lt;&lt; d-&gt;leftScrollButton-&gt;y() + d-&gt;view-&gt;rect().height() / 2 - d-&gt;leftScrollButton-&gt;rect().height() / 2 &lt;&lt; d-&gt;view-&gt;y();</diff>
      <filename>view/raptorgraphicswidget.cpp</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e38ce28d01f4b3f17716e545a4429e7470ec225c</id>
    </parent>
  </parents>
  <author>
    <name>Bruno Abinader</name>
    <email>bruno.abinader@openbossa.org</email>
  </author>
  <url>http://github.com/ruphy/raptor/commit/df842236d9366e59e865755d9607be8238e6b761</url>
  <id>df842236d9366e59e865755d9607be8238e6b761</id>
  <committed-date>2009-04-26T10:35:37-07:00</committed-date>
  <authored-date>2009-04-22T06:36:10-07:00</authored-date>
  <message>Fixed unused parameter compilation warnings.

FIXES:
 - Fixed unused parameter compilation warnings, adding 'Q_UNUSED' for
   each unused parameter.

Signed-off-by: Bruno Abinader &lt;bruno.abinader@openbossa.org&gt;

Signed-off-by: Riccardo Iaconelli &lt;riccardo@kde.org&gt;</message>
  <tree>f96f3872cab7ba81435a548f854967ccb6c6bf08</tree>
  <committer>
    <name>Riccardo Iaconelli</name>
    <email>riccardo@kde.org</email>
  </committer>
</commit>
