mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Add final specifier to classes
This allow compilers to generate more efficient code.
This commit is contained in:
parent
2681093d27
commit
d3d3f7dbb3
15 changed files with 19 additions and 19 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue