From 5e580299e342bd77fc7479bbfd235f4446d7f05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 18 May 2015 15:20:35 +0200 Subject: KAsync has moved to it's own kasync.git repository --- async/autotests/testkjob.h | 48 ---------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 async/autotests/testkjob.h (limited to 'async/autotests/testkjob.h') diff --git a/async/autotests/testkjob.h b/async/autotests/testkjob.h deleted file mode 100644 index eead98e..0000000 --- a/async/autotests/testkjob.h +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Copyright 2015 Daniel Vrátil - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License or (at your option) version 3 or any later version - * accepted by the membership of KDE e.V. (or its successor approved - * by the membership of KDE e.V.), which shall act as a proxy - * defined in Section 14 of version 3 of the license. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - * - */ - -#ifndef TESTKJOB_H -#define TESTKJOB_H - -#include -#include - -class TestKJob : public KJob -{ - Q_OBJECT - -public: - TestKJob(int result); - ~TestKJob(); - - void start(); - - int result(); - -private Q_SLOTS: - void onTimeout(); - -private: - int mResult; - QTimer mTimer; -}; - -#endif // TESTKJOB_H \ No newline at end of file -- cgit v1.2.3