summaryrefslogblamecommitdiffstats
path: root/desktop-widgets/usersurvey.h
blob: 1dd5aaab337b6842edf33e7550987b3226dda651 (plain) (tree)
1
2
3
4
5
6


                    
                            









                                                 
                                    



                                     
                               

                           
                   
                      
#ifndef USERSURVEY_H
#define USERSURVEY_H

#include <QDialog>
class QNetworkAccessManager;
class QNetworkReply;

namespace Ui {
	class UserSurvey;
}

class UserSurvey : public QDialog {
	Q_OBJECT

public:
	explicit UserSurvey(QWidget *parent = 0);
	~UserSurvey();
	static QString getVersion();

private
slots:
	void on_buttonBox_accepted();
	void on_buttonBox_rejected();
	void requestReceived();

private:
	Ui::UserSurvey *ui;
	QString os;
};
#endif // USERSURVEY_H