src/AboutDialog.h

Sat, 27 Aug 2022 13:54:01 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 27 Aug 2022 13:54:01 +0200
changeset 404
47f1259378fe
parent 6
f8474f2c5db9
permissions
-rw-r--r--

Fixed negative bottle of keg volumes and overflow totals.

#ifndef _ABOUTDIALOG_H
#define _ABOUTDIALOG_H

#include <QDialog>


namespace Ui {
class AboutDialog;
}

class AboutDialog : public QDialog
{
    Q_OBJECT

public:
    explicit AboutDialog(QWidget *parent = 0);
    ~AboutDialog();

private:
    Ui::AboutDialog *ui;
};

#endif // ABOUTDIALOG_H

mercurial