aboutsummaryrefslogtreecommitdiff
path: root/src/exporter.cpp
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-06 22:30:05 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-09-06 22:30:05 +0200
commita41ed61c886626d87397f4b9c47097c724198bfb (patch)
treea90613f67b2b544d4a869fc5457e7ad50c08cd1a /src/exporter.cpp
parent61c22b5f7156b79aba73dc948b0e3fcca87e8db3 (diff)
parent37b166378e439bd5e7467e512f846cc180c9a518 (diff)
downloadayatana-indicator-display-a41ed61c886626d87397f4b9c47097c724198bfb.tar.gz
ayatana-indicator-display-a41ed61c886626d87397f4b9c47097c724198bfb.tar.bz2
ayatana-indicator-display-a41ed61c886626d87397f4b9c47097c724198bfb.zip
Merge branch 'tari01-pr/add-dark-mode'
Attributes GH PR #75: https://github.com/AyatanaIndicators/ayatana-indicator-display/pull/75
Diffstat (limited to 'src/exporter.cpp')
-rw-r--r--src/exporter.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exporter.cpp b/src/exporter.cpp
index 5609ca8..c75eb5b 100644
--- a/src/exporter.cpp
+++ b/src/exporter.cpp
@@ -1,6 +1,6 @@
/*
* Copyright 2014 Canonical Ltd.
- * Copyright 2022 Robert Tari
+ * Copyright 2022-2023 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -188,7 +188,6 @@ private:
static_cast<Impl*>(gthis)->emit_name_lost(name);
}
- const std::string m_bus_name;
core::Signal<std::string> m_name_lost;
std::shared_ptr<Indicator> m_indicator;
std::set<guint> m_exported_menu_ids;