mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Add include guard to headers
This commit is contained in:
committed by
sledgehammer999
parent
d1ae6e8d58
commit
b6addd304c
@@ -26,6 +26,8 @@
|
|||||||
* exception statement from your version.
|
* exception statement from your version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
// This file must be encoded in "UTF-8 with BOM"
|
// This file must be encoded in "UTF-8 with BOM"
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#pragma execution_character_set("utf-8")
|
#pragma execution_character_set("utf-8")
|
||||||
|
|||||||
@@ -26,6 +26,8 @@
|
|||||||
* exception statement from your version.
|
* exception statement from your version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <QTreeView>
|
#include <QTreeView>
|
||||||
|
|
||||||
class CategoryFilterWidget : public QTreeView
|
class CategoryFilterWidget : public QTreeView
|
||||||
|
|||||||
Reference in New Issue
Block a user