Fix forward navigation control on Linux.
[dorian] / widgets / listwindow.h
index f8d8ab4..74590ef 100644 (file)
@@ -58,6 +58,9 @@ signals:
     /** Emitted when a list item is activated. */
     void activated(const QModelIndex &index);
 
+    /** Emitted when selection has changed. */
+    void itemSelectionChanged();
+
 public slots:
     /** Set the current (selected) item. */
     void setCurrentItem(const QModelIndex &item);
@@ -65,6 +68,7 @@ public slots:
 protected slots:
     void onItemActivated(const QModelIndex &);
     void populateList();
+    void onItemSelectionChanged();
 
 protected:
     struct Button {