Removed a few commented code blocks
authorPekka Nissinen <pekka.nissinen@ixonos.com>
Mon, 16 Aug 2010 10:37:15 +0000 (13:37 +0300)
committerPekka Nissinen <pekka.nissinen@ixonos.com>
Mon, 16 Aug 2010 10:37:15 +0000 (13:37 +0300)
src/ui/panelbar.cpp
tests/ui/tabbedpanel/testtabbedpanel.cpp

index 1bfbfaf..c219ae5 100644 (file)
@@ -40,9 +40,6 @@ PanelBar::PanelBar(QWidget *parent)
 
     m_barRect.setRect(0, 0, PANEL_BAR_WIDTH, PANEL_HEIGHT);
 
-//    m_sliderRegion = QRegion(m_buttonRect).united(QRegion(m_topRect).united(QRegion(m_bottomRect)));
-//    setMask(m_sliderRegion);
-
     this->resize(PANEL_BAR_WIDTH, PANEL_HEIGHT);
 }
 
@@ -65,8 +62,5 @@ void PanelBar::resizeBar(const QSize &size)
     ///< @todo magic
     m_barRect.setRect(0, 0, PANEL_BAR_WIDTH, size.height());
 
-//    m_sliderRegion = QRegion(m_buttonRect).united(QRegion(m_topRect).united(QRegion(m_bottomRect)));
-//    setMask(m_sliderRegion);
-
     this->resize(PANEL_BAR_WIDTH, size.height() - PANEL_TOP_PADDING - PANEL_BOTTOM_PADDING);
 }
index 4cf8c4a..9f8325a 100644 (file)
@@ -1,9 +1,9 @@
-///< @todo Pekka missing from authors?
 /*
     Situare - A location system for Facebook
     Copyright (C) 2010  Ixonos Plc. Authors:
 
         Kaj Wallin - kaj.wallin@ixonos.com
+        Pekka Nissinen - pekka.nissinen@ixonos.com
 
     Situare is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License