Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Predefined Intellisense types
Forum Updated to NodeBB v4.3 + New Features

Predefined Intellisense types

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 539 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    moravas
    wrote on last edited by
    #1

    Hi Folks,

    we have a huge and quite old project, so the restructuring isn't possible. We use the following structure in the project many times:

    apple.h:
    @
    class apple: public someclass {
    }
    @

    Let's considering that the header of the someclass type isn't included into the apple.h.
    The apple.cpp:
    @
    #include "someclass.h"
    #include "apple.h"
    //...implementation
    @

    Let's considering now, that the source file includes the header of someclass, and after the preprocessing the result will be correct.

    The question is that how can I inform the Intellisense about these types?

    Regards,
    Norbert

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved