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
Graphics
libkipi
Commits
210d2374
Commit
210d2374
authored
Oct 30, 2019
by
Laurent Montel
😁
Browse files
Port QString::null
parent
1f4dad79
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/imagecollection.cpp
View file @
210d2374
...
...
@@ -115,7 +115,7 @@ QString ImageCollection::comment() const
else
{
PrintWarningMessage
();
return
QString
::
null
;
return
QString
()
;
}
}
...
...
@@ -141,7 +141,7 @@ QString ImageCollection::category() const
else
{
PrintWarningMessage
();
return
QString
::
null
;
return
QString
()
;
}
}
...
...
src/imagecollection.h
View file @
210d2374
...
...
@@ -73,7 +73,7 @@ public:
QString
name
()
const
;
/**
* Returns the comment for the collection of images or QString
::null
if that doesn't make any sense.
* Returns the comment for the collection of images or QString
()
if that doesn't make any sense.
* A comment makes sense for an album, but not for a KIPI::Interface::currentSelection().
*/
QString
comment
()
const
;
...
...
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