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

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

      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);
      

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

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

              Created:
              Updated:

                There are no open Gerrit changes