mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22:33 -06:00
Add include guard to headers
This commit is contained in:
committed by
sledgehammer999
parent
d1ae6e8d58
commit
b6addd304c
@@ -26,7 +26,9 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#include <QTreeView>
|
||||
#pragma once
|
||||
|
||||
#include <QTreeView>
|
||||
|
||||
class CategoryFilterWidget : public QTreeView
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user