Restructured locations of source.
This commit is contained in:
parent
78a4c6d730
commit
7c4e8e95e8
151 changed files with 1 additions and 0 deletions
22
src/pglab/DatabaseInspectorWidget.h
Normal file
22
src/pglab/DatabaseInspectorWidget.h
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#ifndef DATABASEINSPECTORWIDGET_H
|
||||
#define DATABASEINSPECTORWIDGET_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class DatabaseInspectorWidget;
|
||||
}
|
||||
|
||||
class DatabaseInspectorWidget : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit DatabaseInspectorWidget(QWidget *parent = 0);
|
||||
~DatabaseInspectorWidget();
|
||||
|
||||
private:
|
||||
Ui::DatabaseInspectorWidget *ui;
|
||||
};
|
||||
|
||||
#endif // DATABASEINSPECTORWIDGET_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue