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

@@ -57,8 +57,7 @@ using namespace QtSupport;
using namespace RemoteLinux;
using namespace Utils;
namespace Qnx {
namespace Internal {
namespace Qnx::Internal {
QnxDeployQtLibrariesDialog::QnxDeployQtLibrariesDialog(const IDevice::ConstPtr &device,
QWidget *parent)
@@ -362,5 +361,4 @@ bool QnxDeployQtLibrariesDialog::handleError(const QtcProcess &process)
return true;
}
} // namespace Internal
} // namespace Qnx
} // Qnx::Internal