homescreenapp/hsdomainmodel/inc/hspagenewwidgetlayout.h
changeset 90 3ac3aaebaee5
parent 69 87476091b3f5
--- a/homescreenapp/hsdomainmodel/inc/hspagenewwidgetlayout.h	Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/hsdomainmodel/inc/hspagenewwidgetlayout.h	Mon Sep 20 10:19:07 2010 +0300
@@ -23,7 +23,7 @@
 
 HOMESCREEN_TEST_CLASS(TestHsDomainModel)
 class HsWidgetHost;
-class HsPageNewWidgetLayout : public QGraphicsLayout 
+class HsPageNewWidgetLayout : public QGraphicsLayout
 {
 public: 
     HsPageNewWidgetLayout(const QPointF &touchPoint = QPointF(),
@@ -36,13 +36,8 @@
     QSizeF sizeHint(Qt::SizeHint which, const QSizeF &constraint = QSizeF()) const;
     void setGeometry(const QRectF &rect);
     void addItem(HsWidgetHost *item);
-    enum sortOrder { height, width};
 
 private:
-#ifdef HSWIDGETORGANIZER_ALGORITHM
-    QList<HsWidgetHost*> sortWidgets(sortOrder order);
-#endif    
-private:
     QSizeF mSize;
     QList<HsWidgetHost*> mNewWidgets;
     QPointF mTouchPoint;