mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Fix coding style for various things
This commit is contained in:
@@ -350,7 +350,7 @@ void FileSystemPathComboEdit::addItem(const QString &text)
|
||||
editWidget<WidgetType>()->addItem(Utils::Fs::toNativePath(text));
|
||||
}
|
||||
|
||||
void FileSystemPathComboEdit::insertItem(int index, const QString& text)
|
||||
void FileSystemPathComboEdit::insertItem(int index, const QString &text)
|
||||
{
|
||||
editWidget<WidgetType>()->insertItem(index, Utils::Fs::toNativePath(text));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user