OSX/CI: kdevplatform fails to build on branch frameworks

Kevin Funk kfunk at kde.org
Tue Aug 26 15:20:59 BST 2014


On Tuesday 26 August 2014 02:25:06 Marko Käning wrote:
> /Users/marko/WC/KDECI-builds/kdevplatform/plugins/standardoutputview/outputw
> idget.cpp:425:37: error: use of undeclared identifier 'select'; did you mean
> 'QItemSelectionModel::select'? kDebug() << "selecting item" << select <<
> index << newIndex;
>                                     ^~~~~~
>                                     QItemSelectionModel::select
> /opt/kde/install/darwin/mavericks/clang/kf5-qt5/qt5/inst/include/QtCore/qite
> mselectionmodel.h:199:18: note: 'QItemSelectionModel::select' declared here
> virtual void select(const QModelIndex &index,
> QItemSelectionModel::SelectionFlags command); ^
> /Users/marko/WC/KDECI-builds/kdevplatform/plugins/standardoutputview/outputw
> idget.cpp:425:37: error: call to non-static member function without an
> object argument kDebug() << "selecting item" << select << index <<
> newIndex;
>                                     ^~~~~~
> 2 warnings and 2 errors generated.
> make[2]: ***
> [plugins/standardoutputview/CMakeFiles/kdevstandardoutputview.dir/outputwid
> get.cpp.o] Error 1

Fixed:

commit 1005ecfd7bff36e9be7942ecf20cbe8c23ae1169
Author: Kevin Funk <kfunk at kde.org>
Date:   Tue Aug 26 16:19:57 2014 +0200

    Make compile on OSX

Thanks!

-- 
Kevin Funk | kfunk at kde.org | http://kfunk.org



More information about the KDevelop mailing list