Bug 278571

Summary: Warning about an unregistered timer
Product: [Applications] apper Reporter: Christopher Yeleighton <giecrilj>
Component: generalAssignee: Daniel Nicoletti <dantti12>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 0.7.0

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.