summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNep Nep <nepnep91@protonmail.com>2023-12-19 21:41:48 -0300
committerGitHub <noreply@github.com>2023-12-19 21:41:48 -0300
commit7c57292c6d2f62c8319a79babb7e80928dcedba1 (patch)
treecee86ef624bd66744f4825c0efb89b53e6d8abff /src
parentMerge branch 'Nheko-Reborn:master' into ignore-command (diff)
downloadnheko-7c57292c6d2f62c8319a79babb7e80928dcedba1.tar.xz
Improve naming
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
Diffstat (limited to 'src')
-rw-r--r--src/timeline/InputBar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp
index e93f2795..224709ea 100644
--- a/src/timeline/InputBar.cpp
+++ b/src/timeline/InputBar.cpp
@@ -952,7 +952,7 @@ InputBar::command(const QString &command, QString args)
 }
 
 void
-InputBar::setArgIgnored(const QString &user, const bool ignored)
+InputBar::toggleIgnore(const QString &user, const bool ignored)
 {
     QSharedPointer<UserProfile> profile(
       new UserProfile(QString(), user, TimelineViewManager::instance()));