mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Use #pragma once instead of include guards
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
**
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef LINEEDIT_H
|
||||
#define LINEEDIT_H
|
||||
#pragma once
|
||||
|
||||
#include <QLineEdit>
|
||||
|
||||
@@ -28,5 +27,3 @@ protected:
|
||||
private:
|
||||
QToolButton *m_searchButton;
|
||||
};
|
||||
|
||||
#endif // LIENEDIT_H
|
||||
|
||||
Reference in New Issue
Block a user