some file cosmetics (mostly #include order and whitespace)

This commit is contained in:
hjk
2008-12-02 12:57:59 +01:00
parent e2fb40c763
commit 1472bdb0cc
52 changed files with 213 additions and 206 deletions

View File

@@ -30,13 +30,15 @@
** 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
#include <QtCore/QFileInfo>
#include <QtCore/QDebug>
#include "proitems.h"
#include "abstractproitemvisitor.h"
#include <QtCore/QFileInfo>
#include <QtCore/QDebug>
QT_BEGIN_NAMESPACE
// --------------- ProItem ------------
void ProItem::setComment(const QString &comment)
{
@@ -278,7 +280,6 @@ ProFile::ProFile(const QString &fileName)
ProFile::~ProFile()
{
}
QString ProFile::displayFileName() const