refactor: avoid Gio namespace pollution

This commit is contained in:
peelz
2025-06-22 00:50:25 -04:00
parent e4dd2ecc5a
commit 25f432b0ce
2 changed files with 3 additions and 7 deletions

View File

@ -6,14 +6,12 @@
namespace waybar {
using namespace Gio;
enum class Appearance {
UNKNOWN = 0,
DARK = 1,
LIGHT = 2,
};
class Portal : private DBus::Proxy {
class Portal : private Gio::DBus::Proxy {
public:
Portal();
void refreshAppearance();