1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-12 07:48:04 +00:00

Add include guard to headers

This commit is contained in:
Chocobo1 2018-09-26 23:48:19 +08:00
parent 08df3277df
commit 66ffb01629
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
2 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,8 @@
* exception statement from your version.
*/
#pragma once
// This file must be encoded in "UTF-8 with BOM"
#ifdef _MSC_VER
#pragma execution_character_set("utf-8")

View File

@ -26,6 +26,8 @@
* exception statement from your version.
*/
#pragma once
#include <QTreeView>
class CategoryFilterWidget : public QTreeView