emailuis/nmailui/src/nmviewerwebview.cpp
changeset 57 ae34e1715e21
parent 48 10eaf342f539
equal deleted inserted replaced
56:15bc1d5d6267 57:ae34e1715e21
    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  */