pgLab/databaseoverviewform.h
Eelke Klein 163bb1d513 More aggressive saving of changes to the connections. Also remove connection
now removes the connection from the file.
2017-01-18 20:48:31 +01:00

22 lines
351 B
C++

#ifndef DATABASEOVERVIEWFORM_H
#define DATABASEOVERVIEWFORM_H
#include <QWidget>
namespace Ui {
class DatabaseOverviewForm;
}
class DatabaseOverviewForm : public QWidget
{
Q_OBJECT
public:
explicit DatabaseOverviewForm(QWidget *parent = 0);
~DatabaseOverviewForm();
private:
Ui::DatabaseOverviewForm *ui;
};
#endif // DATABASEOVERVIEWFORM_H