| 1 | /* |
|---|---|
| 2 | This file is part of the KDE libraries |
| 3 | |
| 4 | SPDX-FileCopyrightText: 2008 Wang Hoi <zealot.hoi@gmail.com> |
| 5 | |
| 6 | SPDX-License-Identifier: LGPL-2.0-or-later |
| 7 | */ |
| 8 | #ifndef KENCODINGPROBER_P_H |
| 9 | #define KENCODINGPROBER_P_H |
| 10 | |
| 11 | // enable debug of private probers |
| 12 | // #define DEBUG_PROBE |
| 13 | |
| 14 | #ifdef DEBUG_PROBE |
| 15 | #include <QDebug> |
| 16 | #endif |
| 17 | |
| 18 | #endif |
| 19 |
