]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphintabbar.h
KStandardItemList: have emblem when hovering
[dolphin.git] / src / dolphintabbar.h
index 1177cda9342014df82a8b2f2a63f74b71e2f06f9..1210b974e3be5ecbffb8b56814b31b12316cf876 100644 (file)
@@ -18,8 +18,10 @@ public:
 
 Q_SIGNALS:
     void openNewActivatedTab(int index);
+    void tabDragMoveEvent(int index, QDragMoveEvent *event);
     void tabDropEvent(int index, QDropEvent *event);
     void tabDetachRequested(int index);
+    void tabRenamed(int index, const QString &label);
 
 protected:
     void dragEnterEvent(QDragEnterEvent *event) override;