mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 13:18:06 -06:00
Add final specifier to classes
This allow compilers to generate more efficient code.
This commit is contained in:
committed by
sledgehammer999
parent
eda3747c08
commit
7c04b4acd8
@@ -68,7 +68,7 @@ namespace RSS
|
||||
class AutoDownloader;
|
||||
}
|
||||
|
||||
class Application : public BaseApplication
|
||||
class Application final : public BaseApplication
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(Application)
|
||||
|
||||
Reference in New Issue
Block a user