Removed stray tokens and fixed warnings/errors when compiling with pedantic C++ compilers.

This commit is contained in:
Roberto Raggi
2010-12-16 12:05:48 +01:00
parent 63522a04e5
commit b4e421062f
83 changed files with 135 additions and 135 deletions

View File

@@ -49,7 +49,7 @@
#include <QtCore/QHash>
#include <QtCore/QList>
QT_FORWARD_DECLARE_CLASS(QTimer);
QT_FORWARD_DECLARE_CLASS(QTimer)
namespace ProjectExplorer { class BuildStep; }

View File

@@ -79,7 +79,7 @@ namespace {
const AuthType DefaultAuthType(Core::SshConnectionParameters::AuthByKey);
const int DefaultTimeout(30);
const MaemoDeviceConfig::DeviceType DefaultDeviceType(MaemoDeviceConfig::Physical);
};
}
class DevConfIdMatcher
{

View File

@@ -39,9 +39,9 @@
#include <QtGui/QIcon>
QT_FORWARD_DECLARE_CLASS(QAction);
QT_FORWARD_DECLARE_CLASS(QAction)
QT_FORWARD_DECLARE_CLASS(QFileSystemWatcher)
QT_FORWARD_DECLARE_CLASS(QStringList);
QT_FORWARD_DECLARE_CLASS(QStringList)
namespace ProjectExplorer {
class BuildConfiguration;

View File

@@ -41,7 +41,7 @@
#include <QtCore/QSharedPointer>
#include <QtCore/QString>
QT_FORWARD_DECLARE_CLASS(QTimer);
QT_FORWARD_DECLARE_CLASS(QTimer)
namespace Core {
class SftpChannel;

View File

@@ -36,7 +36,7 @@
#include <QtCore/QSharedPointer>
#include <QtGui/QIcon>
QT_FORWARD_DECLARE_CLASS(QFileSystemWatcher);
QT_FORWARD_DECLARE_CLASS(QFileSystemWatcher)
namespace ProjectExplorer {
class Project;