aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src/ayatanamenuaction.cpp
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2022-01-13 12:51:32 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-02-01 07:58:22 +0100
commitd23a290dae52eec26bb4fd772168f38bd6e59f4e (patch)
tree3535261eaa585b4d19f8b22b8b07ba6d766d529b /libqmenumodel/src/ayatanamenuaction.cpp
parent7f5119f81fdfa2cc97df91785dcce4798b0700cf (diff)
downloadqmenumodel-d23a290dae52eec26bb4fd772168f38bd6e59f4e.tar.gz
qmenumodel-d23a290dae52eec26bb4fd772168f38bd6e59f4e.tar.bz2
qmenumodel-d23a290dae52eec26bb4fd772168f38bd6e59f4e.zip
Fix all build warnings
Diffstat (limited to 'libqmenumodel/src/ayatanamenuaction.cpp')
-rw-r--r--libqmenumodel/src/ayatanamenuaction.cpp7
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;
}