diff options
| author | Peter Penz <[email protected]> | 2009-10-10 21:28:37 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-10-10 21:28:37 +0000 |
| commit | b786c28e0431e01c5938a824709046fa149a6977 (patch) | |
| tree | cdaca1a423fac526a64d97b2bf7c450e654bb230 /src/panels/information/informationpanelcontent.h | |
| parent | a56d2e78ce3265b66b1443a7707cf54114da7f69 (diff) | |
Reactivate showing of general meta information. This is also done as part of the LoadFilesThread and is no special case anymore like in the old code base.
svn path=/trunk/KDE/kdebase/apps/; revision=1033722
Diffstat (limited to 'src/panels/information/informationpanelcontent.h')
| -rw-r--r-- | src/panels/information/informationpanelcontent.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/panels/information/informationpanelcontent.h b/src/panels/information/informationpanelcontent.h index 3b9fc6dc3..b39dcc70b 100644 --- a/src/panels/information/informationpanelcontent.h +++ b/src/panels/information/informationpanelcontent.h @@ -110,21 +110,6 @@ private: */ void setNameLabelText(const QString& text); - /** - * Assures that the settings for the meta information - * are initialized with proper default values. - */ - void initMetaInfoSettings(KConfigGroup& group); - - /** - * Temporary helper method for KDE 4.3 as we currently don't get - * translated labels for Nepmok literals: Replaces camelcase labels - * like "fileLocation" by "File Location:". - */ - QString tunedLabel(const QString& label) const; - - void init(); - private: KFileItem m_item; |
