diff options
author | Nep Nep <nepnep91@protonmail.com> | 2023-12-19 21:41:48 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 21:41:48 -0300 |
commit | 7c57292c6d2f62c8319a79babb7e80928dcedba1 (patch) | |
tree | cee86ef624bd66744f4825c0efb89b53e6d8abff /src | |
parent | Merge branch 'Nheko-Reborn:master' into ignore-command (diff) | |
download | nheko-7c57292c6d2f62c8319a79babb7e80928dcedba1.tar.xz |
Improve naming
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/timeline/InputBar.cpp | 2 |
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())); |