More case fixes of filenames.
This commit is contained in:
parent
20af12535e
commit
e71ef2e6df
41 changed files with 258 additions and 123 deletions
|
|
@ -1,14 +0,0 @@
|
|||
#include "databaseinspectorwidget.h"
|
||||
#include "ui_databaseinspectorwidget.h"
|
||||
|
||||
DatabaseInspectorWidget::DatabaseInspectorWidget(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::DatabaseInspectorWidget)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
DatabaseInspectorWidget::~DatabaseInspectorWidget()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue