mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Use #pragma once instead of include guards
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef HIDABLETABWIDGET_H
|
||||
#define HIDABLETABWIDGET_H
|
||||
#pragma once
|
||||
|
||||
#include <QTabWidget>
|
||||
|
||||
@@ -48,5 +47,3 @@ private:
|
||||
void paintEvent(QPaintEvent *event) override;
|
||||
#endif
|
||||
};
|
||||
|
||||
#endif // HIDABLETABWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user