diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-01 08:00:04 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-02-01 08:00:04 +0100 |
commit | 45da05715cd75cb17e13516d534c4a48ec023582 (patch) | |
tree | ad3dd0c1d6bc31e037fc97ef3fc9f925841c4c34 /libqmenumodel/src/ayatanamenuaction.cpp | |
parent | 7f5119f81fdfa2cc97df91785dcce4798b0700cf (diff) | |
parent | f441fabc655a021e161e59f26c302b9a94b5c3fc (diff) | |
download | qmenumodel-45da05715cd75cb17e13516d534c4a48ec023582.tar.gz qmenumodel-45da05715cd75cb17e13516d534c4a48ec023582.tar.bz2 qmenumodel-45da05715cd75cb17e13516d534c4a48ec023582.zip |
Merge branch 'tari01-pr/cleanup-compile-flags'
Attributes GH PR #19: https://github.com/AyatanaIndicators/qmenumodel/pull/19
Diffstat (limited to 'libqmenumodel/src/ayatanamenuaction.cpp')
-rw-r--r-- | libqmenumodel/src/ayatanamenuaction.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libqmenumodel/src/ayatanamenuaction.cpp b/libqmenumodel/src/ayatanamenuaction.cpp index 7e13b35..72d65af 100644 --- a/libqmenumodel/src/ayatanamenuaction.cpp +++ b/libqmenumodel/src/ayatanamenuaction.cpp @@ -1,5 +1,6 @@ /* * Copyright 2013 Canonical Ltd. + * Copyright 2022 Robert Tari * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -13,7 +14,9 @@ * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * Authors: Nick Dedekind <nick.dedekind@canonical.com> + * Authors: + * Nick Dedekind <nick.dedekind@canonical.com> + * Robert Tari <robert@tari.in> */ #include "ayatanamenuaction.h" @@ -148,8 +151,6 @@ bool AyatanaMenuAction::event(QEvent* e) setState(umasce->state); return true; } else if (e->type() == AyatanaMenuActionRemoveEvent::eventType) { - AyatanaMenuActionRemoveEvent *umare = static_cast<AyatanaMenuActionRemoveEvent*>(e); - setValid(false); return true; } |