gwenview: remove now unused chrono system header inclusion

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-05-20 16:00:15 +03:00
parent b79f94a9fc
commit c60f0b668f
2 changed files with 1 additions and 3 deletions

View file

@ -26,8 +26,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
#include <kdialogjobuidelegate.h>
#include <KLocale>
#include <chrono>
namespace Gwenview
{

View file

@ -146,7 +146,7 @@ public:
*/
virtual void threadedStart() = 0;
/**
* Reimplemented to do more stuff at the end of the job such
* Reimplement to do more stuff at the end of the job such
* as adding sub-jobs, by default this method will call
* emitResult().
*/