From 2e6869483bba657515aad305a3aa7013e477c448 Mon Sep 17 00:00:00 2001 From: m-holger Date: Wed, 21 Sep 2022 17:49:21 +0100 Subject: Replace calls to QUtil::int_to_string with std::to_string --- examples/pdf-count-strings.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pdf-count-strings.cc') diff --git a/examples/pdf-count-strings.cc b/examples/pdf-count-strings.cc index c762e7f8..529f6bdc 100644 --- a/examples/pdf-count-strings.cc +++ b/examples/pdf-count-strings.cc @@ -59,7 +59,7 @@ StringCounter::handleEOF() // Write a comment at the end of the stream just to show how we // can enhance the output if we want. write("\n% strings found: "); - write(QUtil::int_to_string(this->count)); + write(std::to_string(this->count)); } int -- cgit v1.2.3-70-g09d2