mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Improve naming
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
This commit is contained in:
parent
7dbad2c648
commit
7c57292c6d
1 changed files with 1 additions and 1 deletions
|
@ -952,7 +952,7 @@ InputBar::command(const QString &command, QString args)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
InputBar::setArgIgnored(const QString &user, const bool ignored)
|
InputBar::toggleIgnore(const QString &user, const bool ignored)
|
||||||
{
|
{
|
||||||
QSharedPointer<UserProfile> profile(
|
QSharedPointer<UserProfile> profile(
|
||||||
new UserProfile(QString(), user, TimelineViewManager::instance()));
|
new UserProfile(QString(), user, TimelineViewManager::instance()));
|
||||||
|
|
Loading…
Reference in a new issue