Qnx: Modernize a bit

Drop unused Q_DECLARE_TR_FUNCTIONS and QObject, C++17 namespaces, ...

Change-Id: Iea5351cbd7e3d434f3ff7123fc385aeb16c1adf9
Reviewed-by: Rafael Roquetto <rafael.roquetto@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
hjk
2022-07-21 09:19:41 +02:00
parent ba01ae974c
commit e8ac0ec79b
33 changed files with 125 additions and 208 deletions

View File

@@ -34,8 +34,7 @@
using namespace ProjectExplorer;
namespace Qnx {
namespace Internal {
namespace Qnx::Internal {
QnxDeviceWizard::QnxDeviceWizard(QWidget *parent) :
Utils::Wizard(parent)
@@ -68,5 +67,4 @@ IDevice::Ptr QnxDeviceWizard::device()
return m_device;
}
} // namespace Internal
} // namespace Qnx
} // Qnx::Internal