Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kleopatra
Commits
ebf19c3f
Commit
ebf19c3f
authored
Oct 20, 2021
by
Ingo Klöcker
Browse files
Use the version _number_ for the check for updates
GnuPG-bug-id: 5663
parent
753d7796
Pipeline
#90048
passed with stage
in 14 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
ebf19c3f
...
...
@@ -30,7 +30,7 @@ option(DISABLE_KWATCHGNUPG "Don't build the kwatchgnupg tool [default=OFF]" OFF)
# Standalone build. Find / include everything necessary.
set
(
KF5_MIN_VERSION
"5.87.0"
)
set
(
KMIME_VERSION
"5.18.40"
)
set
(
LIBKLEO_VERSION
"5.18.4
1
"
)
set
(
LIBKLEO_VERSION
"5.18.4
2
"
)
set
(
QT_REQUIRED_VERSION
"5.15.2"
)
set
(
GPGME_REQUIRED_VERSION
"1.13.1"
)
set
(
BOOST_REQUIRED_VERSION
"1.58"
)
...
...
src/dialogs/updatenotification.cpp
View file @
ebf19c3f
...
...
@@ -112,7 +112,7 @@ void UpdateNotification::checkUpdate(QWidget *parent, bool force)
updatecfg
.
writeEntry
(
"AllowVersionCheckSetOnce"
,
true
);
}
const
auto
current
=
gpg4winVersion
();
const
auto
current
=
gpg4winVersion
Number
();
GpgME
::
Error
err
;
const
auto
lastshown
=
updatecfg
.
readEntry
(
"LastShown"
,
QDateTime
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment