From kde-core-devel Sun Sep 11 00:20:14 2005 From: Sascha Cunz Date: Sun, 11 Sep 2005 00:20:14 +0000 To: kde-core-devel Subject: KTextEditor::View::hasSelection() vs selection() Message-Id: <200509110220.15050.sascha.cunz () tiscali ! de> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=112651346726368 Hi, here's an extract from mail to kdevelop-devel: - parts/quickopen/quickopen_part.cpp (line 124) There's obviously a temporary error. I'm compiling against kdelibs4_snapshot. Before branching kdelibs to 4_snapshot, KTextEditor::View::selection was renamed to KTextEditor::View::hasSelection by Hamish Rodda [1]. After the branch, it was renamed back by Christoph Cullmann [2]. I propose to sync the branch, since in addition to kdevelop, kdebase-trunk does not compile against kdelibs4_snapshot, too. Though I'm wondering why this wasn't noticed for 10 days... Cheers Sascha [¹] http://websvn.kde.org/trunk/KDE/kdelibs/interfaces/ktexteditor/view.h?rev=455072&view=rev [2] http://websvn.kde.org/trunk/KDE/kdelibs/interfaces/ktexteditor/view.h?rev=455382&view=rev