Ticket #49109: patch-qca210-qt56x.diff

File patch-qca210-qt56x.diff, 378 bytes (added by RJVB (René Bertin), 8 years ago)
  • include/QtCrypto/

    old new  
    4444        void setSingleShot(bool singleShot);
    4545        int timerId() const;
    4646
    47 public slots:
     47public Q_SLOTS:
    4848        void start(int msec);
    4949        void start();
    5050        void stop();
    5151
    52 signals:
     52Q_SIGNALS:
    5353        void timeout();
    5454
    5555protected: