diff options
| author | Peter Penz <[email protected]> | 2007-06-15 18:52:06 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-06-15 18:52:06 +0000 |
| commit | 70d7b5a0cdc2e4e95fb384c6e7ebd8c211b865c7 (patch) | |
| tree | eff166023b9a4dcc5121334faae79ebd86c716e4 /src/dolphincolumnview.h | |
| parent | cf60f28778da1c38e00b2404a2cf452b4fa5404b (diff) | |
Column view fixes:
* provide basic drag & drop (including hover information)
* respect font settings and icon size
(still very lot issues are open yet, but I'm in contact with Benjamin to assure that I don't go for a wrong approach)
svn path=/trunk/KDE/kdebase/apps/; revision=676032
Diffstat (limited to 'src/dolphincolumnview.h')
| -rw-r--r-- | src/dolphincolumnview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dolphincolumnview.h b/src/dolphincolumnview.h index 5cb264ea4..5cc2c04b0 100644 --- a/src/dolphincolumnview.h +++ b/src/dolphincolumnview.h @@ -38,7 +38,6 @@ public: protected: virtual QAbstractItemView* createColumn(const QModelIndex& index); - virtual QStyleOptionViewItem viewOptions() const; virtual void contextMenuEvent(QContextMenuEvent* event); virtual void mousePressEvent(QMouseEvent* event); virtual void dragEnterEvent(QDragEnterEvent* event); @@ -62,7 +61,8 @@ private: private: DolphinController* m_controller; - QStyleOptionViewItem m_viewOptions; + + friend class ColumnWidget; }; #endif |
