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/kernel/qmetaobject_p.h

    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])
     
    125125#ifndef QT_NO_QOBJECT
    126126    //defined in qobject.cpp
     127
    127128    static bool connect(const QObject *sender, int signal_index,
    128129                        const QObject *receiver, int method_index,
    129130                        int type = 0, int *types = 0);
    130131    static bool disconnect(const QObject *sender, int signal_index,
    131                            const QObject *receiver, int method_index);
     132                           const QObject *receiver, int method_index,
     133                           DisconnectType = DisconnectAll);
    132134    static inline bool disconnectHelper(QObjectPrivate::Connection *c,
    133135                                        const QObject *receiver, int method_index,
    134                                         QMutex *senderMutex);
     136                                        QMutex *senderMutex);
    135137#endif
    136138};
Note: See TracChangeset for help on using the changeset viewer.