From 37e5d8f3ab4d12a55ca7e38d13ecd4220308bae1 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 1 May 2019 19:59:19 -0400 Subject: Fix typo in ViewFrame interface. --- ui/viewframe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/viewframe.h b/ui/viewframe.h index 55d39a57..c2849fbc 100644 --- a/ui/viewframe.h +++ b/ui/viewframe.h @@ -259,7 +259,7 @@ private Q_SLOTS: Q_SIGNALS: void notifyCloseFeatureMap(); - void nofifyViewChanged(ViewFrame* frame); + void notifyViewChanged(ViewFrame* frame); }; Q_DECLARE_METATYPE(View*) -- cgit v1.3.1