last changes
This commit is contained in:
12
statuswidget.h
Normal file
12
statuswidget.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef STATUSWIDGET_H
|
||||
#define STATUSWIDGET_H
|
||||
|
||||
#include <QGraphicsWidget>
|
||||
|
||||
class Statuswidget : public QGraphicsWidget
|
||||
{
|
||||
public:
|
||||
Statuswidget();
|
||||
};
|
||||
|
||||
#endif // STATUSWIDGET_H
|
||||
Reference in New Issue
Block a user