src/hbwidgets/itemviews/hbabstractitemview_p.h
changeset 28 b7da29130b0e
parent 21 4633027730f5
child 30 80e4d18b72f5
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
   186         Q_ASSERT(abstractItemView);
   186         Q_ASSERT(abstractItemView);
   187         return abstractItemView->d_func();
   187         return abstractItemView->d_func();
   188     }
   188     }
   189     friend class HbGridItemContainer;
   189     friend class HbGridItemContainer;
   190     friend class HbAbstractItemContainerPrivate;
   190     friend class HbAbstractItemContainerPrivate;
       
   191     friend class HbIndexFeedbackPrivate;
   191 };
   192 };
   192 
   193 
   193 
   194 
   194 Q_DECLARE_OPERATORS_FOR_FLAGS( HbAbstractItemViewPrivate::ItemViewOptions )
   195 Q_DECLARE_OPERATORS_FOR_FLAGS( HbAbstractItemViewPrivate::ItemViewOptions )
   195 Q_DECLARE_OPERATORS_FOR_FLAGS( HbAbstractItemViewPrivate::SelectionSettings )
   196 Q_DECLARE_OPERATORS_FOR_FLAGS( HbAbstractItemViewPrivate::SelectionSettings )