Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-309

Add namespace support to Qt vs-addin class creation

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • P2: Important
    • 1.1.6
    • 1.1.6
    • General
    • None

    Description

      Having namespace support would be nice, i.e. if I enter a class name as foo::bar::Baz, it would wrap the created code as such:

      #ifndef ...
      #define ..

      namespace foo {
      namespace bar {

      class Baz : public QObject

      { ... }; }

      }

      #endif

      Attachments

        Activity

          People

            jbornema Joerg Bornemann
            marcusl Marcus Lindblom Sonestedt
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: