mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-09 05:14:23 +00:00
Add include guard to headers
This commit is contained in:
parent
08df3277df
commit
66ffb01629
@ -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,7 +26,9 @@
|
|||||||
* exception statement from your version.
|
* exception statement from your version.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <QTreeView>
|
#pragma once
|
||||||
|
|
||||||
|
#include <QTreeView>
|
||||||
|
|
||||||
class CategoryFilterWidget : public QTreeView
|
class CategoryFilterWidget : public QTreeView
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user