Skip to content

Commit

Permalink
subdatawidget header fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szefo committed Feb 3, 2016
1 parent fd00858 commit 4430fd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion src/forms/subdatawidget.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "subdatawidget.h"
#include "ui_subdatawidget.h"

subDataWidget::subDataWidget(QWidget *parent) :
QWidget(parent),
Expand Down
5 changes: 1 addition & 4 deletions src/forms/subdatawidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
#define SUBDATAWIDGET_H

#include <QWidget>

namespace Ui {
class subDataWidget;
}
#include "ui_subDataWidget.h"

class subDataWidget : public QWidget
{
Expand Down

0 comments on commit 4430fd6

Please sign in to comment.