Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-11557

Invalid Signal name generation

    XMLWordPrintable

Details

    Description

      If there is an interface method and event has same name the wrapper code is incorrect. For example any office _Application interface has 'Quit' method and 'Quit' event.

      Try to add the following code to the activeqt/qoutlook sample

      connect(outlook, SIGNAL(Quit()), this, SLOT(doQuit()));

      and

      Q_ASSERT(signal.methodType() == QMetaMethod::Signal);

      in QAxEventSink::Invoke will be executed.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            pullatti Prasanth Ullattil
            kolam Paul Kolomiets
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes