From 08e82c7f25401770fcd293d0bae1c08db30abf7d Mon Sep 17 00:00:00 2001 From: Arttu Tarkiainen Date: Mon, 2 Aug 2021 17:46:55 +0300 Subject: Fix misc QDoc warnings Task-number: QTIFW-2253 Change-Id: Idf0216c1b4491160ee06924241bf26aaace9c883 Reviewed-by: Leena Miettinen --- src/libs/installer/protocol.cpp | 8 ++++---- src/libs/installer/proxycredentialsdialog.cpp | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/libs/installer') diff --git a/src/libs/installer/protocol.cpp b/src/libs/installer/protocol.cpp index 3bafc481e..fb16086e5 100644 --- a/src/libs/installer/protocol.cpp +++ b/src/libs/installer/protocol.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (C) 2017 The Qt Company Ltd. +** Copyright (C) 2021 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Installer Framework. @@ -35,19 +35,19 @@ typedef qint32 PackageSize; /*! \inmodule QtInstallerFramework - \namespace Protocol + \namespace QInstaller::Protocol \brief Contains values related to the internal client-server connection protocol. */ /*! - \enum Protocol::Mode + \enum QInstaller::Protocol::Mode \value Debug \value Production */ /*! - \enum Protocol::StartAs + \enum QInstaller::Protocol::StartAs \value User \value SuperUser diff --git a/src/libs/installer/proxycredentialsdialog.cpp b/src/libs/installer/proxycredentialsdialog.cpp index f536a05cd..2ac07b855 100644 --- a/src/libs/installer/proxycredentialsdialog.cpp +++ b/src/libs/installer/proxycredentialsdialog.cpp @@ -1,6 +1,6 @@ /************************************************************************** ** -** Copyright (C) 2017 The Qt Company Ltd. +** Copyright (C) 2021 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Installer Framework. @@ -34,7 +34,7 @@ namespace QInstaller { /*! \inmodule QtInstallerFramework - \namespace Ui + \namespace QInstaller::Ui \brief Groups user interface forms generated with Qt Designer. */ -- cgit v1.2.3