mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
Use #pragma once instead of include guards
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef TRACKERLIST_H
|
||||
#define TRACKERLIST_H
|
||||
#pragma once
|
||||
|
||||
#include <QTreeWidget>
|
||||
#include <QtContainerFwd>
|
||||
@@ -95,5 +94,3 @@ private:
|
||||
QTreeWidgetItem *m_PEXItem;
|
||||
QTreeWidgetItem *m_LSDItem;
|
||||
};
|
||||
|
||||
#endif // TRACKERLIST_H
|
||||
|
||||
Reference in New Issue
Block a user