Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. [Harmattan] qDebug() is not working after QFeedbackHapticsEffect constructor - How to report the bug?
Forum Updated to NodeBB v4.3 + New Features

[Harmattan] qDebug() is not working after QFeedbackHapticsEffect constructor - How to report the bug?

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    metRo_
    wrote on last edited by
    #1

    Yesterday after add the QFeedbackHapticsEffect to my application qDebug stop to works after search I found a bug report https://bugreports.qt-project.org/browse/QTBUG-21345 and the solution for it was to report the bug at https://harmattan-bugs.nokia.com/ but when I clikc File a Bug I got the message: "Either no products have been defined to enter bugs against or you have not been given access to any."

    @#include <QtGui/QApplication>
    #include <QtFeedback/QFeedbackHapticsEffect>
    #include <QDebug>

    QTM_USE_NAMESPACE

    int main(int argc, char *argv[])
    {

    QApplication app(argc, argv);
    
    qDebug() << "before QFeedbackHapticsEffect constructor";
    QFeedbackHapticsEffect rumble;
    qDebug() << "after QFeedbackHapticsEffect constructor";
    
    
    return app.exec();
    

    }
    @

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved