summary refs log tree commit diff
path: root/src/timeline/InputBar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeline/InputBar.h')
-rw-r--r--src/timeline/InputBar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/InputBar.h b/src/timeline/InputBar.h
index cbde0e07..fbf08343 100644
--- a/src/timeline/InputBar.h
+++ b/src/timeline/InputBar.h
@@ -283,7 +283,7 @@ private:
 
     void updateTextContentProperties(const QString &t);
 
-    void setArgIgnored(const QString &user, const bool ignored);
+    void toggleIgnore(const QString &user, const bool ignored);
 
     QTimer typingRefresh_;
     QTimer typingTimeout_;