Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-7756

Guard full functionality with license checker

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • Not Evaluated
    • None
    • None
    • None

    Description

      plugin code needs to have:

      #ifdef CHECK_LICENSE
          if (QmlDesigner::checkLicense() != QmlDesigner::FoundLicense::enterprise)

      {             qWarning("No Qt Design Studio Enterprise License. Disabling multilanguage support.");             return true;     }

      #endif

       

      and if license is not Enterprise - only one project can be shared

       

      Attachments

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

        Activity

          People

            tupelkon Tuomo Pelkonen
            javihria Jarko Vihriälä
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes