mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Use #pragma once instead of include guards
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef BITTORRENT_PEERINFO_H
|
||||
#define BITTORRENT_PEERINFO_H
|
||||
#pragma once
|
||||
|
||||
#include <libtorrent/peer_info.hpp>
|
||||
|
||||
@@ -104,5 +103,3 @@ namespace BitTorrent
|
||||
mutable QString m_country;
|
||||
};
|
||||
}
|
||||
|
||||
#endif // BITTORRENT_PEERINFO_H
|
||||
|
||||
Reference in New Issue
Block a user