Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-19717

moc generated code fail to compile if QObject is inherited virtually

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P1: Critical P1: Critical
    • 4.8.x
    • 4.8.0
    • Build tools: moc
    • None

      This is a regression from Qt 4.7

      class KopetePasswordRequestBase : public virtual QObject
      {
      	Q_OBJECT
      signals:
      	void requestFinished( const QString &password );
      public slots:
      	virtual void walletReceived( KWallet::Wallet *wallet ) = 0;
          virtual void gotPassword(const QString&, bool) =0;
      	virtual void slotCancelPressed() =0;
      
      };
      

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

            Unassigned Unassigned
            goffart Olivier Goffart (closed Nokia identity) (Inactive)
            Votes:
            4 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes