From kde-bugs-dist Wed Aug 15 12:11:49 2012 From: Sergio Martins Date: Wed, 15 Aug 2012 12:11:49 +0000 To: kde-bugs-dist Subject: [Bug 283479] cannot start ktimetracker Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=134503285917970 https://bugs.kde.org/show_bug.cgi?id=283479 Sergio Martins changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/kdep | |im/bb773366167af50fc9902547 | |3dc20ab5ab41e1cc --- Comment #39 from Sergio Martins --- Git commit bb773366167af50fc99025473dc20ab5ab41e1cc by Sergio Martins. Committed on 15/08/2012 at 14:01. Pushed by smartins into branch 'KDE/4.9'. Make KTimeTracker start. By using a dynamic_cast<> instead of a qobject_cast<>. A proper fix would be fixing the CMakeLists.txt file: ktimetrackerpart.cpp is defined twice, one in the ktimetracker binary, and one in the plugin, this will make qobject_cast fail somewhere in KPluginLoaded/KPluginFactory code. I tried fixing CMakeLists.txt but it's not trivial, there's a interdependency between stuff and couldn't get it to work with the little time I have for it. Related: bug 291258, bug 285434 M +1 -1 ktimetracker/mainwindow.cpp http://commits.kde.org/kdepim/bb773366167af50fc99025473dc20ab5ab41e1cc -- You are receiving this mail because: You are watching all bug changes.