more code cosmetics

This commit is contained in:
hjk
2008-12-02 16:19:05 +01:00
parent 10e963fb61
commit cf11b69643
398 changed files with 1011 additions and 820 deletions

View File

@@ -30,6 +30,7 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
#include "qtprojectparameters.h"
#include <QtCore/QTextStream>
@@ -42,10 +43,10 @@ namespace Qt4ProjectManager {
namespace Internal {
// ----------- QtProjectParameters
QtProjectParameters::QtProjectParameters() :
type(ConsoleApp)
QtProjectParameters::QtProjectParameters()
: type(ConsoleApp)
{
}
}
QString QtProjectParameters::projectPath() const
{
@@ -122,7 +123,5 @@ QString QtProjectParameters::libraryMacro(const QString &projectName)
return createMacro(projectName, QLatin1String("_LIBRARY"));
}
}
}
} // namespace Internal
} // namespace Qt4ProjectManager