mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
Use #pragma once instead of include guards
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef SHUTDOWNCONFIRMDIALOG_H
|
||||
#define SHUTDOWNCONFIRMDIALOG_H
|
||||
#pragma once
|
||||
|
||||
#include <QDialog>
|
||||
#include <QTimer>
|
||||
@@ -68,5 +67,3 @@ private:
|
||||
ShutdownDialogAction m_action;
|
||||
QString m_msg;
|
||||
};
|
||||
|
||||
#endif // SHUTDOWNCONFIRMDIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user