mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Simplify the code a bit now that QIniSettings uses qBittorrent / qBittorrent by default
This commit is contained in:
@@ -106,7 +106,7 @@ QHeaderView* SearchTab::header() const {
|
||||
}
|
||||
|
||||
bool SearchTab::loadColWidthResultsList() {
|
||||
QIniSettings settings("qBittorrent", "qBittorrent");
|
||||
QIniSettings settings;
|
||||
QString line = settings.value("SearchResultsColsWidth", QString()).toString();
|
||||
if (line.isEmpty())
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user