diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/panels/information/kedittagsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/information/kedittagsdialog.cpp b/src/panels/information/kedittagsdialog.cpp index 841242295..c155a67e3 100644 --- a/src/panels/information/kedittagsdialog.cpp +++ b/src/panels/information/kedittagsdialog.cpp @@ -226,7 +226,7 @@ void KEditTagsDialog::loadTags() { // load all available tags and mark those tags as checked // that have been passed to the KEditTagsDialog - QList<Nepomuk::Tag> tags = Nepomuk::Tag::allTags(); + const QList<Nepomuk::Tag> tags = Nepomuk::Tag::allTags(); foreach (const Nepomuk::Tag& tag, tags) { const QString label = tag.label(); |
