mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Modernise header guards
This commit is contained in:
parent
9a7c7cd303
commit
c35301ec05
14 changed files with 14 additions and 57 deletions
|
@ -18,8 +18,7 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef _AUTOLINEEDIT_H_
|
||||
#define _AUTOLINEEDIT_H_
|
||||
#pragma once
|
||||
|
||||
#include <QLineEdit>
|
||||
#include <QRegExpValidator>
|
||||
|
@ -99,5 +98,3 @@ class AutoLineEdit: public QLineEdit
|
|||
GenericPanel * panel;
|
||||
bool lock;
|
||||
};
|
||||
|
||||
#endif // _AUTOLINEEDIT_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue