OSDN Git Service

Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
authorLasse Holmstedt <lasse.holmstedt@nokia.com>
Tue, 16 Feb 2010 15:55:47 +0000 (16:55 +0100)
committerLasse Holmstedt <lasse.holmstedt@nokia.com>
Tue, 16 Feb 2010 15:55:47 +0000 (16:55 +0100)
Conflicts:
src/plugins/qmlinspector/qmlinspectorplugin.h

1  2 
src/plugins/qmlinspector/qmlinspectorplugin.h

  
  #include <QtCore/QObject>
  #include <QtCore/QPointer>
 -
 -namespace Core
 -{
 -    class IMode;
 -}
 -
 +#include <QtCore/QTimer>
  
+ QT_BEGIN_NAMESPACE
  class QStringList;
  
 -class QmlInspectorMode;
 -class InspectorOutputPane;
 +namespace ProjectExplorer {
 +    class Project;
 +}
 +
 +namespace Core {
 +    class IMode;
 +}
 +
 +namespace Qml {
 +    class QmlInspector;
 +    class InspectorOutputPane;
 +
 +const int MaxConnectionAttempts = 20;
  
  class QmlInspectorPlugin : public ExtensionSystem::IPlugin
  {