emailuis/nmailui/src/nmviewerwebview.cpp
changeset 59 16ed8d08d0b1
parent 54 997a02608b3a
equal deleted inserted replaced
54:997a02608b3a 59:16ed8d08d0b1
    27 {
    27 {
    28     // Subscribe this widget to tap and pinch gestures.
    28     // Subscribe this widget to tap and pinch gestures.
    29     grabGesture(Qt::TapGesture);
    29     grabGesture(Qt::TapGesture);
    30     grabGesture(Qt::PinchGesture);
    30     grabGesture(Qt::PinchGesture);
    31     // Prevent this widget from accepting focus.
    31     // Prevent this widget from accepting focus.
    32     setFocusPolicy(Qt::NoFocus);
    32     setFocusPolicy(Qt::NoFocus); 
    33 }
    33 }
    34 
    34 
    35 /*!
    35 /*!
    36     Destructor.
    36     Destructor.
    37  */
    37  */