I tried this in main.cpp of my app:
Qt Code:
Application app(argc, argv); IdleTimer *timer = IdleTimer::instance(&app,5); app.installEventFilter(timer);To copy to clipboard, switch view to plain text mode
Still same result. The debug message always comes 20 seconds after the app launches, no mater what I do, like clicking or moving the mouse.
Bookmarks