]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphincolumnview.h
* Use Nepomuk for getting the meta data instead of KFileMetaInfo.
[dolphin.git] / src / dolphincolumnview.h
index 1fdd75850b0d61c01a94233f633b3e2d5fa5e2dd..caa54eab84aba56b7d42198e692bda640ea10c56 100644 (file)
@@ -123,6 +123,13 @@ public slots:
     /** @see QAbstractItemView::selectAll() */
     virtual void selectAll();
 
+signals:
+    /**
+     * Requests that the given column be deleted at the discretion
+     * of the receiver of the signal.
+     */
+    void requestColumnDeletion(QAbstractItemView* column);
+
 protected:
     virtual bool isIndexHidden(const QModelIndex& index) const;
     virtual QModelIndex moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers);