src/AboutDialog.h

Thu, 14 Apr 2022 22:47:05 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 14 Apr 2022 22:47:05 +0200
changeset 134
5099df8ba6c6
parent 6
f8474f2c5db9
permissions
-rw-r--r--

Moved the mix function to Utils. Added some calculations to Utils. Added defines to global.h.

#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