forked from qt-creator/qt-creator
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:
@@ -26,12 +26,12 @@
|
||||
#include "qnxdevice.h"
|
||||
|
||||
#include "qnxconstants.h"
|
||||
#include "qnxdeployqtlibrariesdialog.h"
|
||||
#include "qnxdevicetester.h"
|
||||
#include "qnxdeviceprocesslist.h"
|
||||
#include "qnxdeviceprocesssignaloperation.h"
|
||||
#include "qnxdevicewizard.h"
|
||||
#include "qnxtr.h"
|
||||
#include "qnxdeployqtlibrariesdialog.h"
|
||||
|
||||
#include <remotelinux/sshprocessinterface.h>
|
||||
|
||||
@@ -45,8 +45,7 @@ using namespace ProjectExplorer;
|
||||
using namespace RemoteLinux;
|
||||
using namespace Utils;
|
||||
|
||||
namespace Qnx {
|
||||
namespace Internal {
|
||||
namespace Qnx::Internal {
|
||||
|
||||
class QnxProcessImpl final : public SshProcessInterface
|
||||
{
|
||||
@@ -208,5 +207,4 @@ QnxDeviceFactory::QnxDeviceFactory() : IDeviceFactory(Constants::QNX_QNX_OS_TYPE
|
||||
});
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Qnx
|
||||
} // Qnx::Internal
|
||||
|
||||
Reference in New Issue
Block a user