summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 50a5956..48fcc76 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -103,8 +103,12 @@ public:
};
DeviceColumns deviceColumns;
+
Glib::RefPtr<Gtk::ListStore> sinkTree;
+ std::map<uint32_t, uint32_t> sinkTreeIndexes;
+
Glib::RefPtr<Gtk::ListStore> sourceTree;
+ std::map<uint32_t, uint32_t> sourceTreeIndexes;
protected:
virtual void on_realize();