From ee088814864ba506173ecdd2003b11b081a10644 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 16 Oct 2009 20:54:50 +0000 Subject: remove unnecessary 'const' svn path=/trunk/KDE/kdebase/apps/; revision=1036229 --- src/panels/information/metadatawidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/panels/information/metadatawidget.h') 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 tags() const; + QList tags() const; /** * Returns the comment for the currently set item(s). It is required -- cgit v1.3.1