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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user