Code clean, and code style error fix.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include "DateSelectDialog.h"
|
||||
#include <QVBoxLayout>
|
||||
#include "components/DateSlidePickerBox.h"
|
||||
#include <QDate>
|
||||
DateSelectDialog::DateSelectDialog(QWidget *parent, Qt::WindowFlags f) : GUIFormBaseDialog(parent, f) {
|
||||
this->setFixedSize(460, 380);
|
||||
QVBoxLayout* layout = new QVBoxLayout(formWidget);
|
||||
|
||||
Reference in New Issue
Block a user