VariousPlugins: Fix forward declarations

The pattern is to use QT_[BEGIN/END]_NAMESPACE, instead of
QT_FORWARD_DECLARE_CLASS.

Change-Id: I9da39ee003e1d477a5f56980c218e275706bb3f4
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Jarek Kobus
2023-08-17 00:20:09 +02:00
parent 8542c982b4
commit 36e0ea27b9
17 changed files with 40 additions and 23 deletions

View File

@@ -12,7 +12,9 @@
#include <atomic>
QT_FORWARD_DECLARE_CLASS(QDir)
QT_BEGIN_NAMESPACE
class QDir;
QT_END_NAMESPACE
namespace AutotoolsProjectManager::Internal {