mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:57:37 +02:00
remove unneeded includes in UpdateDialog
This commit is contained in:
parent
d2e02c15d8
commit
a0b859a8e3
1 changed files with 2 additions and 9 deletions
|
@ -6,20 +6,13 @@
|
||||||
// Copyright (c) 2013, 2014 High Fidelity, Inc. All rights reserved.
|
// Copyright (c) 2013, 2014 High Fidelity, Inc. All rights reserved.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <QApplication>
|
|
||||||
#include <QDesktopWidget>
|
|
||||||
#include <QTextBlock>
|
|
||||||
#include <QtGui>
|
#include <QtGui>
|
||||||
#include <QtUiTools>
|
|
||||||
#include <QPushButton>
|
|
||||||
#include <QLabel>
|
|
||||||
#include <QFrame>
|
|
||||||
|
|
||||||
#include "Application.h"
|
#include "Application.h"
|
||||||
#include "SharedUtil.h"
|
#include "ui_updateDialog.h"
|
||||||
|
|
||||||
#include "UpdateDialog.h"
|
#include "UpdateDialog.h"
|
||||||
|
|
||||||
#include "ui_updateDialog.h"
|
|
||||||
|
|
||||||
UpdateDialog::UpdateDialog(QWidget *parent, const QString& releaseNotes, const QString& latestVersion, const QUrl& downloadURL) :
|
UpdateDialog::UpdateDialog(QWidget *parent, const QString& releaseNotes, const QString& latestVersion, const QUrl& downloadURL) :
|
||||||
QDialog(parent),
|
QDialog(parent),
|
||||||
|
|
Loading…
Reference in a new issue