forked from qt-creator/qt-creator
more cosmetic changes
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "futureprogress.h"
|
||||
#include "progresspie.h"
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef FUTUREPROGRESS_H
|
||||
#define FUTUREPROGRESS_H
|
||||
|
||||
@@ -91,4 +92,5 @@ private:
|
||||
};
|
||||
|
||||
} // namespace Core
|
||||
|
||||
#endif // FUTUREPROGRESS_H
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "progressmanager.h"
|
||||
#include "progressview.h"
|
||||
#include "coreimpl.h"
|
||||
@@ -56,7 +57,6 @@ ProgressManager::~ProgressManager()
|
||||
|
||||
void ProgressManager::init()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void ProgressManager::cancelTasks(const QString &type)
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef PROGRESSMANAGER_H
|
||||
#define PROGRESSMANAGER_H
|
||||
|
||||
@@ -40,7 +41,6 @@
|
||||
#include <QtCore/QFutureWatcher>
|
||||
|
||||
namespace Core {
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class ProgressView;
|
||||
@@ -71,4 +71,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace Core
|
||||
|
||||
#endif //PROGRESSMANAGER_H
|
||||
#endif // PROGRESSMANAGER_H
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef PROGRESSMANAGERINTERFACE_H
|
||||
#define PROGRESSMANAGERINTERFACE_H
|
||||
|
||||
@@ -57,6 +58,6 @@ public slots:
|
||||
virtual void cancelTasks(const QString &type) = 0;
|
||||
};
|
||||
|
||||
} //namespace
|
||||
} // namespace Core
|
||||
|
||||
#endif //PROGRESSMANAGERINTERFACE_H
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "progresspie.h"
|
||||
#include "stylehelper.h"
|
||||
|
||||
@@ -47,7 +48,6 @@ ProgressBar::ProgressBar(QWidget *parent)
|
||||
|
||||
ProgressBar::~ProgressBar()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
QString ProgressBar::title() const
|
||||
@@ -60,7 +60,6 @@ bool ProgressBar::hasError() const
|
||||
return m_error;
|
||||
}
|
||||
|
||||
|
||||
void ProgressBar::setTitle(const QString &title)
|
||||
{
|
||||
m_title = title;
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef PROGRESSPIE_H
|
||||
#define PROGRESSPIE_H
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#include "progressview.h"
|
||||
#include "futureprogress.h"
|
||||
|
||||
@@ -39,7 +40,7 @@ using namespace Core;
|
||||
using namespace Core::Internal;
|
||||
|
||||
ProgressView::ProgressView(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
m_layout = new QVBoxLayout;
|
||||
setLayout(m_layout);
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
|
||||
**
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef PROGRESSVIEW_H
|
||||
#define PROGRESSVIEW_H
|
||||
|
||||
@@ -78,4 +79,4 @@ private:
|
||||
} // namespace Internal
|
||||
} // namespace Core
|
||||
|
||||
#endif //PROGRESSVIEW_H
|
||||
#endif // PROGRESSVIEW_H
|
||||
|
||||
Reference in New Issue
Block a user