mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 16:58:06 -06:00
Use #pragma once instead of include guards
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef STATSDIALOG_H
|
||||
#define STATSDIALOG_H
|
||||
#pragma once
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@@ -50,5 +49,3 @@ private slots:
|
||||
private:
|
||||
Ui::StatsDialog *m_ui;
|
||||
};
|
||||
|
||||
#endif // STATSDIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user