Semantic analysis KDevelop

2018-06-14 Thread Maxime. Haselbauer
Am I the only one having problem since month with the semantic analysis of Kdevelop see https://i.imgur.com/CxKVYh8.png (needless to say Task is a QObject and the code compile and execute correctly) Switching "compiler for path" from clang to gcc does not help Any idea as of why is that welcome N

Kdev-Valgrind: weird valgrind call

2017-06-18 Thread Maxime Haselbauer
I hope it is correct place to post this I am a bit confused on how to use valgrind inside kdevelop: I compiled kdev-valgrind from source using the 5.1 branch (I got KDevelop 5.1.1 KDE Neon ) The problem is it keeps issuing the following command /home/max/Projects/Test_projects/testcpp> /usr/bi

Plasmoid C++ QML again ..and again

2017-05-19 Thread Maxime. Haselbauer
Back I Am I have a QML plasmoid It uses a c++ library as a backend (c++ QML plugin) It works fine under plasmoidviewer When i install it, I can see it in Add Widgets It won't let itself drag/drop to the desktop It keeps saying Constructing a KPluginInfo object from old style JSON. Please use kcorea

Requiem for Pure C++ plasmoid, and QML plugin... again :S

2017-05-14 Thread Maxime. Haselbauer
I want to make a plasmoid that essentially read an xml of bookmark, displaythem in form of button and execute them once you clikc a button In Pure c++ it would take me 1 or 2 class maybe Now with QML I have to 1)Make 1 QMLPlugin in c++ 2)Make 1 qml code 3)Make a second QMLPlugin in C++ 4)Pa