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
KIdentityManagement
Commits
8ed23f6a
Commit
8ed23f6a
authored
Mar 17, 2021
by
Laurent Montel
😁
Browse files
Assign directly
parent
faa3a898
Pipeline
#54686
passed with stage
in 13 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/signatureconfigurator.cpp
View file @
8ed23f6a
...
...
@@ -415,7 +415,7 @@ void SignatureConfigurator::setSignature(const Signature &sig)
void
SignatureConfigurator
::
slotUrlChanged
()
{
const
QString
file
=
filePath
();
const
QFileInfo
infoFile
=
QFileInfo
(
file
);
const
QFileInfo
infoFile
(
file
);
if
(
infoFile
.
isFile
()
&&
(
infoFile
.
size
()
>
1000
))
{
KMessageBox
::
information
(
this
,
i18n
(
"This text file size exceeds 1kb."
),
i18n
(
"Text File Size"
));
}
...
...
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