Include QRegExpValidator in MacEdit to fix build break

This build break is seen only on some platform/compiler combos
This commit is contained in:
Srivats P 2021-08-14 11:31:38 +05:30
parent a1705e7619
commit 1216cfbce6

View File

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