Bug 278571 - Warning about an unregistered timer
Summary: Warning about an unregistered timer
Status: RESOLVED FIXED
Alias: None
Product: apper
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Daniel Nicoletti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-26 19:00 UTC by Christopher Yeleighton
Modified: 2011-08-02 15:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 0.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Yeleighton 2011-07-26 19:00:45 UTC
Version:           unspecified (using KDE 4.6.4) 
OS:                Linux

kpk_addrm warns about an unregistered timer when started from kcmshell4

Reproducible: Always

Steps to Reproduce:
  1. { kcmshell4 kpk_addrm; }
  2. Close the window.



Actual Results:  
  1. KDE software configuration module UI window.
  2. 
‘Application asked to unregister timer 0x3000000f which is not registered in
this thread. Fix application.’


Expected Results:  
  2. No warning.
Comment 1 Daniel Nicoletti 2011-08-02 15:49:56 UTC
The bug is actually in Qt, but changing the order I call setHeader on QTreeView fixes the issue:
http://commits.kde.org/apper/68d83de8daba3c2401639e35229289ecf21c6e11
Best.