summaryrefslogblamecommitdiff
path: root/qmpinfowindow.hpp
blob: 9a1e389c178a35beec0df3d5f165886d06663383 (plain) (tree)























                                                            
#ifndef QMPINFOWINDOW_HPP
#define QMPINFOWINDOW_HPP

#include <QDialog>

namespace Ui {
	class qmpInfoWindow;
}

class qmpInfoWindow : public QDialog
{
	Q_OBJECT

	public:
		explicit qmpInfoWindow(QWidget *parent = 0);
		~qmpInfoWindow();
	public slots:
		void updateInfo();

	private:
		Ui::qmpInfoWindow *ui;
};

#endif // QMPINFOWINDOW_HPP