From 02747f4808eaff4e8482d4b198f60d6a2ae6b88f Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 4 Sep 2019 18:46:02 +0200 Subject: [PATCH] Fix old namespaces being mentioned in the documentation --- CMakeLists.txt | 2 +- aboutdialog/aboutdialog.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 94260dc..aee348b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(META_APP_DESCRIPTION "Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models") set(META_VERSION_MAJOR 6) set(META_VERSION_MINOR 0) -set(META_VERSION_PATCH 0) +set(META_VERSION_PATCH 1) set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}) project(${META_PROJECT_NAME}) diff --git a/aboutdialog/aboutdialog.cpp b/aboutdialog/aboutdialog.cpp index c4dacfd..379df4c 100644 --- a/aboutdialog/aboutdialog.cpp +++ b/aboutdialog/aboutdialog.cpp @@ -31,7 +31,7 @@ namespace QtUtilities { * \param version Specifies the version of the application. If empty, * QApplication::applicationVersion() will be used. * \param dependencyVersions Specifies the dependency versions which were present at link-time. If empty, - * ApplicationUtilities::applicationInfo.dependencyVersions will be used. + * the application info from c++utilities is used. * \param description Specifies a short description about the application. * \param website Specifies the URL to the website of the application. * \param image Specifies the application icon. If the image is null, the