help needed in solving bug 327760

RISHABH GUPTA rishabh9511 at gmail.com
Sat Sep 26 22:58:25 UTC 2015


hello,

I was trying to solve this bug  https://bugs.kde.org/show_bug.cgi?id=327760
.After figuring out how this could be done  i made some changes to
/kdevelop/projectmanagers/cmakebuilddirchooser.cpp  and
/kdevplatform/shell/runcontroller.cpp

kdevplatforms builds fine but kdevelop doesn't build 100%

changes in cmakebuildirchooser.cpp

#include <shell/runcontroller.h> //included this header file

// inside funtion setbuildtype() called a function of class runcontroller

void CMakeBuildDirChooser::setBuildType(const QString& s)
{
  KDevelop::RunController::buildtype(s); //new funtion that i have called .
  / /buildtype() function has been  defined  in runcontroller.cpp


error that i am getting while  building  kdevelop

error: ‘buildtype’ is not a member of ‘KDevelop::RunController’
KDevelop::RunController::buildtype(s)


could  anyone please explain why am i getting this error and how it can be
solved?


thanks,
rishabh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20150927/cffbeb40/attachment.html>


More information about the KDevelop-devel mailing list