Include QRegExpValidator in MacEdit to fix build break
This build break is seen only on some platform/compiler combos
This commit is contained in:
parent
a1705e7619
commit
1216cfbce6
@ -21,6 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
#define _MAC_EDIT_H
|
||||
|
||||
#include <QLineEdit>
|
||||
#include <QRegExpValidator>
|
||||
|
||||
class MacEdit: public QLineEdit
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user