summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2022-06-17 02:46:55 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2022-06-17 02:46:55 -0400
commit4ee7025ab09b606a2556bf9f42c1218d7fd72843 (patch)
tree4b7747da4be59e672d649e254474d09cab0f01c0 /src/windows/mainwindow.hpp
parentd0fa308f6e339b94044d39bf0e76b8221da48c3a (diff)
downloadabaddon-portaudio-4ee7025ab09b606a2556bf9f42c1218d7fd72843.tar.gz
abaddon-portaudio-4ee7025ab09b606a2556bf9f42c1218d7fd72843.zip
add file upload via dnd + rework http
Diffstat (limited to 'src/windows/mainwindow.hpp')
-rw-r--r--src/windows/mainwindow.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/windows/mainwindow.hpp b/src/windows/mainwindow.hpp
index e67f6d2..b5b6fc1 100644
--- a/src/windows/mainwindow.hpp
+++ b/src/windows/mainwindow.hpp
@@ -39,6 +39,9 @@ public:
private:
void SetupMenu();
+ void SetupDND();
+
+ void HandleDroppedURIs(const Gtk::SelectionData &selection);
Gtk::Box m_main_box;
Gtk::Box m_content_box;