]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kitemviews/kitemlistheader.h
Merge branch 'Applications/16.08'
[dolphin.git] / src / kitemviews / kitemlistheader.h
index cc2b747939d66b1ce921250df07788373e57dda2..76c4205590161628fad1933b1da617a133eb541b 100644 (file)
@@ -79,6 +79,13 @@ signals:
                             qreal currentWidth,
                             qreal previousWidth);
 
+    /**
+     * Is emitted if the user has released the mouse button after adjusting the
+     * width of a visible role.
+     */
+    void columnWidthChangeFinished(const QByteArray& role,
+                                   qreal currentWidth);
+
 private:
     KItemListHeader(KItemListView* listView);