mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Add const to almost all remaining vars and arguments that qualify
This commit is contained in:
@@ -114,7 +114,7 @@ void SearchHandler::cancelSearch()
|
||||
// Slot called when QProcess is Finished
|
||||
// QProcess can be finished for 3 reasons:
|
||||
// Error | Stopped by user | Finished normally
|
||||
void SearchHandler::processFinished(int exitcode)
|
||||
void SearchHandler::processFinished(const int exitcode)
|
||||
{
|
||||
m_searchTimeout->stop();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user