src/hbcore/gui/hbtoolbar_p.h
changeset 30 80e4d18b72f5
parent 21 4633027730f5
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
   139     bool mDialogToolBar; 
   139     bool mDialogToolBar; 
   140     bool mDoLayoutPending;
   140     bool mDoLayoutPending;
   141     bool mOrientationEffectsRunning;
   141     bool mOrientationEffectsRunning;
   142     bool mSuppressNextAppearEffect;
   142     bool mSuppressNextAppearEffect;
   143     bool mAppearedOnce;
   143     bool mAppearedOnce;
       
   144     bool initialButtonsPolish;
   144 
   145 
   145 private:
   146 private:
   146     static HbToolBarPrivate *d_ptr( HbToolBar *toolbar ) {
   147     static HbToolBarPrivate *d_ptr( HbToolBar *toolbar ) {
   147         Q_ASSERT(toolbar);
   148         Q_ASSERT(toolbar);
   148         return toolbar->d_func();
   149         return toolbar->d_func();