forked from qt-creator/qt-creator
remove spaces
Change-Id: I0ca4812acd7c7efa710e18204ab0cd4426827396 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
@@ -70,9 +70,9 @@ class NodeInstanceServer : public NodeInstanceServerInterface
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
typedef QPair<QPointer<QObject>, PropertyName> ObjectPropertyPair;
|
||||
typedef QPair<QPointer<QObject>, PropertyName> ObjectPropertyPair;
|
||||
typedef QPair<qint32, QString> IdPropertyPair;
|
||||
typedef QPair<ServerNodeInstance, PropertyName> InstancePropertyPair;
|
||||
typedef QPair<ServerNodeInstance, PropertyName> InstancePropertyPair;
|
||||
typedef QPair<QString, QPointer<QObject> > DummyPair;
|
||||
|
||||
explicit NodeInstanceServer(NodeInstanceClientInterface *nodeInstanceClient);
|
||||
|
||||
Reference in New Issue
Block a user