Ignore:
Timestamp:
Mar 8, 2010, 12:52:58 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.2 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/global/qnamespace.qdoc

    r561 r651  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 20 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    135135           shown in any menus unless specifically set by the
    136136           QAction::iconVisibleInMenu property.
    137 
    138137           Menus that are currently open or menus already created in the native
    139138           Mac OS X menubar \e{may not} pick up a change in this attribute. Changes
     
    526525           if the emitter and receiver are in different threads.
    527526
    528     \value DirectConnection 
     527    \value DirectConnection
    529528           The slot is invoked immediately, when the signal is
    530529           emitted.
    531530
    532     \value QueuedConnection 
     531    \value QueuedConnection
    533532           The slot is invoked when control returns to the event loop
    534533           of the receiver's thread. The slot is executed in the
     
    12441243    \value WA_TouchPadAcceptSingleTouchEvents Allows touchpad single
    12451244    touch events to be sent to the widget.
     1245
     1246
     1247
     1248
     1249
     1250
     1251
     1252
     1253
     1254
     1255
    12461256
    12471257    \omitvalue WA_SetLayoutDirection
Note: See TracChangeset for help on using the changeset viewer.