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

Qt modeling plugin 100% cpu load

    XMLWordPrintable

Details

    • Id25ee7970b49ed815a86fa76af6cbb3a06405971

    Description

      During copy-pasting this

      bool readFromDBString( const QString& textField );
          QString writeToDBString();
          Q_INVOKABLE QVariant getAttribute( const QString &attributeName ) const;
          Q_INVOKABLE void setAttribute( const QString &attributeName, const QVariant &attributeValue );
      
          int getAttributesCount() const;
      
      private:
          void clear();
      
      private:
          QVariantMap m_map;
          bool m_draft = false;
      

      into class members (in modeling plugin) Qt creator becomes unresponsible

      Attachments

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

        Activity

          People

            gilead Jochen Becher
            Sergii Rybin Sergii
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes