Remove option of using icons from system theme

PR #17292.
Closes #17150.
This commit is contained in:
Nowshed H. Imran 2022-07-05 10:32:35 +06:00 committed by GitHub
parent d293c22a52
commit 92afbd45e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 70 deletions

View file

@ -275,10 +275,6 @@ public:
void resolvePeerCountries(bool resolve);
bool resolvePeerHostNames() const;
void resolvePeerHostNames(bool resolve);
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MACOS))
bool useSystemIconTheme() const;
void useSystemIconTheme(bool enabled);
#endif
bool recursiveDownloadDisabled() const;
void disableRecursiveDownload(bool disable = true);
#ifdef Q_OS_WIN