more cosmetic changes

This commit is contained in:
hjk
2008-12-02 14:09:21 +01:00
parent 1472bdb0cc
commit f61e8672db
262 changed files with 912 additions and 633 deletions

View File

@@ -30,6 +30,7 @@
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
#include "futureprogress.h"
#include "progresspie.h"

View File

@@ -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

View File

@@ -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)

View File

@@ -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

View File

@@ -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

View File

@@ -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;

View File

@@ -30,6 +30,7 @@
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
#ifndef PROGRESSPIE_H
#define PROGRESSPIE_H

View File

@@ -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);

View File

@@ -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