]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/metatextlabel.h
removed m_minimumSizeHint member, it is redundant
[dolphin.git] / src / panels / information / metatextlabel.h
index f70d29d8e2f64d313afb959d8994a425edff984d..36ae88e9976f79c628e6f11bd08daf381cffecc0 100644 (file)
@@ -37,23 +37,21 @@ public:
 
     void clear();
     void add(const QString& labelText, const QString& infoText);
-    
+
 protected:
     virtual void paintEvent(QPaintEvent* event);
-    virtual void resizeEvent(QResizeEvent* event);
 
 private:
     enum { Spacing = 2 };
-    
+
     struct MetaInfo
     {
         QString label;
         QString info;
     };
-    
-    int m_minimumHeight;
+
     QList<MetaInfo> m_metaInfos;
-    
+
     /**
      * Returns the required height in pixels for \a metaInfo to
      * fit into the available width of the widget.