summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/threadweaver/src/threadweaver.h
diff options
context:
space:
mode:
authorMika Salmela <mika.salmela@theqtcompany.com>2015-02-16 13:54:03 +0200
committerSean Harmer <sean.harmer@kdab.com>2015-02-19 17:08:33 +0000
commitcb7753f3ffa85eed0fbd98cb2e4f0e453c595d6d (patch)
treeb2394b4bf977d56a22f8035381353343d6ab5a83 /src/3rdparty/threadweaver/src/threadweaver.h
parentb7b9c97c54a58405fba017366236510650200b69 (diff)
Removes ThreadWeaver code from Qt3D
Qt3D will be published with commercial licenses and there can't be 3rd party LGPL code. This task will remove the ThreadWeaver code and places the adaptation code inside configuration. Change-Id: I316f23087cdd8fed0afafbb1a3d78e3ff159585a Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/3rdparty/threadweaver/src/threadweaver.h')
-rw-r--r--src/3rdparty/threadweaver/src/threadweaver.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/3rdparty/threadweaver/src/threadweaver.h b/src/3rdparty/threadweaver/src/threadweaver.h
deleted file mode 100644
index 3f926ab1d..000000000
--- a/src/3rdparty/threadweaver/src/threadweaver.h
+++ /dev/null
@@ -1,41 +0,0 @@
-/* -*- C++ -*-
-
- This file implements the public interfaces of the Weaver and the Job class.
- It should be the only include file necessary to use the ThreadWeaver
- library.
-
- $ Author: Mirko Boehm $
- $ Copyright: (C) 2005-2013 Mirko Boehm $
- $ Contact: mirko@kde.org
- http://www.kde.org
- http://creative-destruction.me $
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This library 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
- Library General Public License for more details.
-
- You should have received a copy of the GNU Library General Public License
- along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301, USA.
-
-*/
-#ifndef THREADWEAVER_H
-#define THREADWEAVER_H
-
-#include "queue.h"
-#include "queueing.h"
-#include "jobinterface.h"
-#include "jobpointer.h"
-#include "job.h"
-#include "collection.h"
-#include "sequence.h"
-#include "queueing.h"
-
-#endif // THREADWEAVER_H