mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Use #pragma once instead of include guards
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef UTILS_GZIP_H
|
||||
#define UTILS_GZIP_H
|
||||
#pragma once
|
||||
|
||||
class QByteArray;
|
||||
|
||||
@@ -40,5 +39,3 @@ namespace Utils
|
||||
QByteArray decompress(const QByteArray &data, bool *ok = nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
#endif // UTILS_GZIP_H
|
||||
|
||||
Reference in New Issue
Block a user