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

Add support for extra keywords like unsigned in function arguments in the repc compiler

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • 5.12.0
    • Remote Objects
    • None
    • All

    Description

      Currently when writing repc files this :

      SLOT(open(int projectID))
      SIGNAL(openCallback(bool successful, unsigned int projectKey ,QString error))
      

      will be compiled to:

      void open(unsigned intprojectID)
      void openCallback(bool successful, unsigned intprojectKey, QString error);
      

      Attachments

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

        Activity

          People

            bstottle Brett Stottlemyer
            kelteseth Elias Steurer
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes