summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/viewframe.h2
1 files changed, 1 insertions, 1 deletions
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*)