mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Use #pragma once instead of include guards
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef QBT_FSPATHEDIT_H
|
||||
#define QBT_FSPATHEDIT_H
|
||||
#pragma once
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
@@ -149,5 +148,3 @@ private:
|
||||
QString editWidgetText() const override;
|
||||
void setEditWidgetText(const QString &text) override;
|
||||
};
|
||||
|
||||
#endif // QBT_FSPATHEDIT_H
|
||||
|
||||
Reference in New Issue
Block a user