]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinfileitemdelegate.h
prevent that the user can open more than one instance of the settings dialog
[dolphin.git] / src / dolphinfileitemdelegate.h
index 589ba7178b9be74a3f3be871b18ed035fe4ea3fb..cdc28013a244d421d4b0df878f4fba60ca823135 100644 (file)
@@ -46,17 +46,17 @@ public:
      */
     void setMinimizedNameColumn(bool minimized);
     bool hasMinimizedNameColumn() const;
-    
+
     virtual void paint(QPainter* painter,
                        const QStyleOptionViewItem& option,
                        const QModelIndex& index) const;
-                       
+
     /**
      * Returns the minimized width of the name column for the name \a name. This method
      * is also used in DolphinDetailsView to handle the selection of items correctly.
      */
     static int nameColumnWidth(const QString& name, const QStyleOptionViewItem& option);
-    
+
 private:
     bool m_hasMinimizedNameColumn;
 };