diff options
| author | Peter Penz <[email protected]> | 2009-10-16 20:54:50 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-10-16 20:54:50 +0000 |
| commit | ee088814864ba506173ecdd2003b11b081a10644 (patch) | |
| tree | 142c84338d9420f234a939c075c99099958adb9b /src/panels/information/metadatawidget.h | |
| parent | 0bd6e46b2b274be3b9cd9c3759b771abf04a6eb9 (diff) | |
remove unnecessary 'const'
svn path=/trunk/KDE/kdebase/apps/; revision=1036229
Diffstat (limited to 'src/panels/information/metadatawidget.h')
| -rw-r--r-- | src/panels/information/metadatawidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/information/metadatawidget.h b/src/panels/information/metadatawidget.h index f1746030c..232ebe71d 100644 --- a/src/panels/information/metadatawidget.h +++ b/src/panels/information/metadatawidget.h @@ -90,7 +90,7 @@ public: * to wait for the signal loadingFinished() or tagsChanged() * to get a valid result. */ - const QList<Nepomuk::Tag> tags() const; + QList<Nepomuk::Tag> tags() const; /** * Returns the comment for the currently set item(s). It is required |
