Version Bump
Remember Save paths add missing files
This commit is contained in:
parent
42da1746b5
commit
3c788f57c2
20 changed files with 1168 additions and 7 deletions
22
src/ui/aboutdiag.h
Executable file
22
src/ui/aboutdiag.h
Executable file
|
|
@ -0,0 +1,22 @@
|
|||
#ifndef ABOUTTELSYS_H
|
||||
#define ABOUTTELSYS_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
namespace Ui {
|
||||
class AboutDiag;
|
||||
}
|
||||
|
||||
class AboutDiag : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AboutDiag(QWidget *parent = 0);
|
||||
~AboutDiag();
|
||||
|
||||
private:
|
||||
Ui::AboutDiag *ui;
|
||||
};
|
||||
|
||||
#endif // ABOUTTELSYS_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue