subsurface/qt-ui/configuredivecomputerdialog.h

23 lines
407 B
C
Raw Normal View History

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