diff options
author | Christian Kandeler <christian.kandeler@qt.io> | 2021-07-27 10:27:47 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@qt.io> | 2021-07-27 10:07:35 +0000 |
commit | 2b4f5749ab041e22ac09ca44df374fefc5dad574 (patch) | |
tree | 3c8a745ed17366b9e7c56a9cc4e51d79fc65dbe3 | |
parent | 61008441da20ae71834fa2c09e4bac9a1d0e3f96 (diff) | |
download | qt-creator-2b4f5749ab041e22ac09ca44df374fefc5dad574.tar.gz |
Unit test: Remove unused mock class
Change-Id: I57f0f176d639271d7fbd2ab164d99bac7326e453
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: hjk <hjk@qt.io>
-rw-r--r-- | tests/unit/mockup/cpptools/cpptoolsreuse.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/unit/mockup/cpptools/cpptoolsreuse.h b/tests/unit/mockup/cpptools/cpptoolsreuse.h deleted file mode 100644 index 6714f7b812..0000000000 --- a/tests/unit/mockup/cpptools/cpptoolsreuse.h +++ /dev/null @@ -1,34 +0,0 @@ -/**************************************************************************** -** -** Copyright (C) 2016 The Qt Company Ltd. -** Contact: https://www.qt.io/licensing/ -** -** This file is part of Qt Creator. -** -** Commercial License Usage -** Licensees holding valid commercial Qt licenses may use this file in -** accordance with the commercial license agreement provided with the -** Software or, alternatively, in accordance with the terms contained in -** a written agreement between you and The Qt Company. For licensing terms -** and conditions see https://www.qt.io/terms-conditions. For further -** information use the contact form at https://www.qt.io/contact-us. -** -** GNU General Public License Usage -** Alternatively, this file may be used under the terms of the GNU -** General Public License version 3 as published by the Free Software -** Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT -** included in the packaging of this file. Please review the following -** information to ensure the GNU General Public License requirements will -** be met: https://www.gnu.org/licenses/gpl-3.0.html. -** -****************************************************************************/ - -#pragma once - -#include <cpptools/compileroptionsbuilder.h> - -namespace CppTools { - -inline CppTools::UsePrecompiledHeaders getPchUsage() { return UsePrecompiledHeaders::No; } - -} // CppTools |