mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Use #pragma once instead of include guards
This commit is contained in:
@@ -26,8 +26,7 @@
|
||||
* exception statement from your version.
|
||||
*/
|
||||
|
||||
#ifndef PROPTABBAR_H
|
||||
#define PROPTABBAR_H
|
||||
#pragma once
|
||||
|
||||
#include <QHBoxLayout>
|
||||
|
||||
@@ -64,5 +63,3 @@ private:
|
||||
QButtonGroup *m_btnGroup;
|
||||
int m_currentIndex;
|
||||
};
|
||||
|
||||
#endif // PROPTABBAR_H
|
||||
|
||||
Reference in New Issue
Block a user