Skip to content

Commit 4430fd6

Browse files
author
szefo
committed
subdatawidget header fix
1 parent fd00858 commit 4430fd6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/forms/subdatawidget.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "subdatawidget.h"
2-
#include "ui_subdatawidget.h"
32

43
subDataWidget::subDataWidget(QWidget *parent) :
54
QWidget(parent),

src/forms/subdatawidget.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
#define SUBDATAWIDGET_H
33

44
#include <QWidget>
5-
6-
namespace Ui {
7-
class subDataWidget;
8-
}
5+
#include "ui_subDataWidget.h"
96

107
class subDataWidget : public QWidget
118
{

0 commit comments

Comments
 (0)