Kdevelop master not building
Milian Wolff
mail at milianw.de
Thu Apr 23 12:16:48 UTC 2015
On Thursday 23 April 2015 12:57:16 Morten Volden wrote:
> Hi All
>
> Kdevelop master is currently not building:
>
> http://build.kde.org/view/kdevelop/job/kdevelop_master_qt5/
>
> 10:20:57
> /srv/jenkins/workspace/kdevelop_master_qt5/languages/cpp/tests/test_cppcodec
> ompletion.cpp:2028:37: error: ‘fakeModel’ was not declared in this scope
> 10:20:57 qDebug() << i->data(fakeModel().index(0,
> KTextEditor::CodeCompletionModel::Name), Qt::DisplayRole, 0).toString();
> 10:20:57 ^
>
> Offending commit seems to be:
>
> ef0a1759fdf6dab32caf5802ae24bbd361c57881
>
> That removes the fakeModel method from
>
> language/codecompletion/codecompletiontesthelper.h
>
> in kdevplatform.
>
> Question is, should this method be moved to test_cppcodecompletion.cpp or?
"Fixed" by removing the debug output. If its required, one could just use the
CodeCompletionItemTester and its code instead. But I won't spent time cleaning
up oldcpp.
Bye
--
Milian Wolff
mail at milianw.de
http://milianw.de
More information about the KDevelop-devel
mailing list