head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @// @; 1.1 date 2024.05.26.12.52.35; author markd; state Exp; branches; next ; commitid 1Yek7d6UjSEWBvbF; desc @@ 1.1 log @kf6-baloo: add version 6.2.0 KDE Frameworks 6 baloo. Baloo provides file searching and indexing. It does so by maintaining an index of the contents of your files. @ text @$NetBSD: patch-src_file_timeestimator.cpp,v 1.2 2024/02/06 10:46:30 markd Exp $ Avoid ambiguous function call. --- src/file/timeestimator.cpp.orig 2024-01-06 08:49:42.000000000 +0000 +++ src/file/timeestimator.cpp @@@@ -9,6 +9,8 @@@@ #include "timeestimator.h" +using std::sqrt; + using namespace Baloo; TimeEstimator::TimeEstimator() = default; @