initial commit
This commit is contained in:
28
windowrennliste2.h
Normal file
28
windowrennliste2.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#ifndef WINDOWRENNLISTE2_H
|
||||
#define WINDOWRENNLISTE2_H
|
||||
|
||||
#include <QMainWindow>
|
||||
#include "database.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
|
||||
|
||||
namespace Ui {
|
||||
class WindowRennliste2;
|
||||
}
|
||||
|
||||
class WindowRennliste2 : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit WindowRennliste2(DataBase *db, QWidget *parent = 0);
|
||||
~WindowRennliste2();
|
||||
|
||||
private:
|
||||
DataBase *db;
|
||||
Ui::WindowRennliste2 *ui;
|
||||
};
|
||||
|
||||
#endif // WINDOWRENNLISTE2_H
|
||||
Reference in New Issue
Block a user