pqQtDeprecated.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 
5 #ifndef pqQtDeprecated_h
6 #define pqQtDeprecated_h
7 
8 #include <QtGlobal>
9 
10 #if QT_VERSION >= QT_VERSION_CHECK(5, 14, 0)
11 #define PV_QT_SKIP_EMPTY_PARTS Qt::SkipEmptyParts
12 #else
13 #define PV_QT_SKIP_EMPTY_PARTS QString::SkipEmptyParts
14 #endif
15 
16 #endif // pqQtDeprecated_h