Newer
Older
Import / applications / Photoframe / src / information.h
@John John on 29 Dec 2020 258 bytes bulk import from macbookpro checkouts
#ifndef __INFORMATION_H__
#define __INFORMATION_H__


#include "stage.h"


class Information : public Stage
{
	Q_OBJECT
public:
	Information(QWidget *parent = 0);
	virtual ~Information();

	void keyPressEvent(QKeyEvent *ke);
};


#endif // __INFORMATION_H__