Changeset 769 for trunk/tools/designer/src/lib/uilib
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/tools/designer/src/lib/uilib/abstractformbuilder.cpp
r651 r769 365 365 if (!zOrderNames.isEmpty()) { 366 366 QList<QWidget *> zOrder = qVariantValue<QWidgetList>(w->property("_q_zOrder")); 367 foreach ( QStringwidgetName, zOrderNames) {367 foreach (const QString &widgetName, zOrderNames) { 368 368 if (QWidget *child = qFindChild<QWidget*>(w, widgetName)) { 369 369 if (child->parentWidget() == w) { -
trunk/tools/designer/src/lib/uilib/formbuilder.cpp
r651 r769 495 495 m_customWidgets.clear(); 496 496 497 foreach ( QStringpath, m_pluginPaths) {497 foreach (const QString &path, m_pluginPaths) { 498 498 const QDir dir(path); 499 499 const QStringList candidates = dir.entryList(QDir::Files);
Note:
See TracChangeset
for help on using the changeset viewer.