Changeset 846 for trunk/src/plugins/script/qtdbus
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/plugins/script/qtdbus/main.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 44 44 #include <QMetaMethod> 45 45 #include <QScriptExtensionPlugin> 46 47 #ifndef QT_NO_DBUS 46 48 47 49 QT_USE_NAMESPACE … … 395 397 Q_EXPORT_STATIC_PLUGIN(QtDBusScriptPlugin) 396 398 Q_EXPORT_PLUGIN2(qtscriptdbus, QtDBusScriptPlugin) 399 400 #endif // QT_NO_DBUS -
trunk/src/plugins/script/qtdbus/main.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 46 46 #include <QtScript/qscriptable.h> 47 47 #include <QtScript/qscriptengine.h> 48 49 #ifndef QT_NO_DBUS 48 50 49 51 class QDBusConnectionConstructor : public QObject, … … 174 176 }; 175 177 178 #endif // QT_NO_DBUS 176 179 #endif // QDBUSBINDING_H
Note:
See TracChangeset
for help on using the changeset viewer.