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

Refactor issue with two projects have same class and function definition

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Qt Creator 13.0.0
    • C/C++/Obj-C++ Support
    • None
    • Windows

    Description

      1. Create 2 projects (pro1 and pro2)
      2. Create class "Test" in both project
      3. Definition function `void foo()` and implement it in pro1
      4. Definition function `void foo()` in pro2
      5. Right click function (in pro2) and select refactor, it will appear "Move Definition Here", click it.
      6. The pro1's function's implementation will move to the pro2's header file.

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            cwift 刘 星远
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes