1
0
Fork 0
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:
elecpower 2021-01-31 07:11:53 +11:00
parent 9a7c7cd303
commit c35301ec05
14 changed files with 14 additions and 57 deletions

View file

@ -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_