summaryrefslogtreecommitdiff
path: root/ui/viewframe.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2019-05-01 19:59:19 -0400
committerBrian Potchik <brian@vector35.com>2019-05-01 19:59:19 -0400
commit37e5d8f3ab4d12a55ca7e38d13ecd4220308bae1 (patch)
tree7e65f1b75c852691c8af616d21b5a96a6c7ae84e /ui/viewframe.h
parent86cbdfce7b146f5d62ad94da6086020a1dc49c29 (diff)
Fix typo in ViewFrame interface.
Diffstat (limited to 'ui/viewframe.h')
-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*)