mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 09:02:31 -06:00
Use #pragma once instead of include guards
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef QBT_PROFILE_P_H
|
||||
#define QBT_PROFILE_P_H
|
||||
#pragma once
|
||||
|
||||
#include <QDir>
|
||||
#include <QStandardPaths>
|
||||
@@ -132,5 +131,3 @@ namespace Private
|
||||
QDir m_baseDir;
|
||||
};
|
||||
}
|
||||
|
||||
#endif // QBT_PROFILE_P_H
|
||||
|
||||
Reference in New Issue
Block a user