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
@@ -41,7 +41,7 @@ namespace Http
|
||||
class IRequestHandler;
|
||||
class Connection;
|
||||
|
||||
class Server : public QTcpServer
|
||||
class Server final : public QTcpServer
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(Server)
|
||||
|
||||
Reference in New Issue
Block a user