From dabfefafd9c681231f990eccddc771ccf5c2c2e2 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 26 Jan 2021 02:40:50 -0500 Subject: show status indicators in member list, change some other shit with presences --- dialogs/setstatus.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dialogs/setstatus.hpp') diff --git a/dialogs/setstatus.hpp b/dialogs/setstatus.hpp index 16f0f94..97db906 100644 --- a/dialogs/setstatus.hpp +++ b/dialogs/setstatus.hpp @@ -6,7 +6,7 @@ class SetStatusDialog : public Gtk::Dialog { public: SetStatusDialog(Gtk::Window &parent); ActivityType GetActivityType() const; - std::string GetStatusType() const; + PresenceStatus GetStatusType() const; std::string GetActivityName() const; protected: -- cgit v1.2.3