UI cleanup and license dialog.

This commit is contained in:
Adam Ierymenko 2014-01-17 10:36:58 -08:00
commit 8be664cca9
12 changed files with 380 additions and 59 deletions

View file

@ -28,7 +28,7 @@
#ifndef INSTALLDIALOG_H
#define INSTALLDIALOG_H
#include <QDialog>
#include <QMainWindow>
#include <QNetworkAccessManager>
#include <QUrl>
#include <QNetworkRequest>
@ -42,7 +42,7 @@ namespace Ui {
class InstallDialog;
}
class InstallDialog : public QDialog
class InstallDialog : public QMainWindow
{
Q_OBJECT