mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 14:42:29 -06:00
Drop superfluous const
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
||||
|
||||
int notificationTimeout() const;
|
||||
#ifdef QBT_USES_DBUS
|
||||
void setNotificationTimeout(const int value);
|
||||
void setNotificationTimeout(int value);
|
||||
#endif
|
||||
|
||||
void showNotification(const QString &title, const QString &msg) const;
|
||||
|
||||
Reference in New Issue
Block a user