mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Use #pragma once instead of include guards
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef BITTORRENT_TRACKER_H
|
||||
#define BITTORRENT_TRACKER_H
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -106,5 +105,3 @@ namespace BitTorrent
|
||||
QHash<InfoHash, TorrentStats> m_torrents;
|
||||
};
|
||||
}
|
||||
|
||||
#endif // BITTORRENT_TRACKER_H
|
||||
|
||||
Reference in New Issue
Block a user