Skip to content

Commit

Permalink
Remove QtGUI from QIntValidator include.
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Hansen <[email protected]>
  • Loading branch information
Hoikas and zrax authored Nov 17, 2020
1 parent fe86b9f commit f83b32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FetchDialog.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "FetchDialog.h"
#include <QtGui/QIntValidator>
#include <QIntValidator>
#include "ui_FetchDialog.h"

FetchDialog::FetchDialog(QWidget *parent) :
Expand Down
2 changes: 1 addition & 1 deletion RefDialog.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "RefDialog.h"
#include <QtGui/QIntValidator>
#include <QIntValidator>
#include "ui_RefDialog.h"

RefDialog::RefDialog(QWidget *parent) :
Expand Down

0 comments on commit f83b32e

Please sign in to comment.