mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 05:13:30 -07:00
Add include guard to headers
This commit is contained in:
parent
d1ae6e8d58
commit
b6addd304c
2 changed files with 5 additions and 1 deletions
|
@ -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")
|
||||
|
|
|
@ -26,7 +26,9 @@
|
|||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#include <QTreeView>
|
||||
#pragma once
|
||||
|
||||
#include <QTreeView>
|
||||
|
||||
class CategoryFilterWidget : public QTreeView
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue