mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 22:22: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 PLUGINSOURCEDIALOG_H
|
||||
#define PLUGINSOURCEDIALOG_H
|
||||
#pragma once
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
@@ -55,5 +54,3 @@ private slots:
|
||||
private:
|
||||
Ui::PluginSourceDialog *m_ui;
|
||||
};
|
||||
|
||||
#endif // PLUGINSOURCEDIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user