Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-7970

Preference option for "QObject* obj" vs. "QObject *obj"

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 2.7.0
    • Qt Creator 2.5.2
    • C/C++/Obj-C++ Support
    • None
    • Windows 7x64

      For all refactor options creating or editing method parameters, it would be great if I could choose whether I get my pointer /reference parameters like this:

      QObject *obj
      const QString &arg

      or like this

      QObject* obj
      const QString& arg

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

            kosjar Nikolai Kosjar
            asperamanca Robert Schimkowitsch
            Votes:
            8 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes