From f041099904d809b5370285185fbbb2303c40b953 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Tue, 13 Mar 2012 16:26:16 +0100 Subject: Remove RolesInfoAccessor Now KFileItemModel provides a way to access the available roles including their translations. Note that the 3 roles "comments", "rating" and "tags" have not been implemented yet in KFileItemModel and turning them on does not work currently. --- src/settings/additionalinfodialog.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/settings/additionalinfodialog.h') diff --git a/src/settings/additionalinfodialog.h b/src/settings/additionalinfodialog.h index 9048489cc..dd51768e5 100644 --- a/src/settings/additionalinfodialog.h +++ b/src/settings/additionalinfodialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2007 by Peter Penz (peter.penz@gmx.at) * + * Copyright (C) 2007-2012 by Peter Penz * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -22,6 +22,7 @@ #include #include +#include class QCheckBox; @@ -42,7 +43,7 @@ private slots: private: QList m_visibleRoles; - QList m_checkBoxes; + QListWidget* m_listWidget; }; #endif -- cgit v1.3.1