ginebra2/ChromeView.h
changeset 9 b39122337a00
parent 3 0954f5dd2cd0
child 16 3c88a81ff781
equal deleted inserted replaced
7:a1f515018ac1 9:b39122337a00
    44   bool event(QEvent* event);
    44   bool event(QEvent* event);
    45   void scrollContentsBy(int dx, int dy);
    45   void scrollContentsBy(int dx, int dy);
    46   //protected:
    46   //protected:
    47   //bool eventFilter(QObject * obj, QEvent * ev);
    47   //bool eventFilter(QObject * obj, QEvent * ev);
    48 
    48 
    49 #ifdef Q_OS_SYMBIAN
       
    50 #ifdef SET_DEFAULT_IAP
       
    51   public slots:
       
    52   void setDefaultIap();
       
    53 #endif
       
    54 #endif
       
    55 
       
    56  private:
    49  private:
    57   QGraphicsWidget * m_topWidget;
    50   QGraphicsWidget * m_topWidget;
    58   ChromeWidget * m_chrome; //TODO: get rid of this
    51   ChromeWidget * m_chrome; //TODO: get rid of this
    59 };
    52 };
    60 }
    53 }