mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
gwenview: remove now unused chrono system header inclusion
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b79f94a9fc
commit
c60f0b668f
2 changed files with 1 additions and 3 deletions
|
@ -26,8 +26,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, MA 02110-1301, USA
|
||||||
#include <kdialogjobuidelegate.h>
|
#include <kdialogjobuidelegate.h>
|
||||||
#include <KLocale>
|
#include <KLocale>
|
||||||
|
|
||||||
#include <chrono>
|
|
||||||
|
|
||||||
namespace Gwenview
|
namespace Gwenview
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
|
@ -146,7 +146,7 @@ public:
|
||||||
*/
|
*/
|
||||||
virtual void threadedStart() = 0;
|
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
|
* as adding sub-jobs, by default this method will call
|
||||||
* emitResult().
|
* emitResult().
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue