Changeset 769 for trunk/tools/designer/src/lib/shared/plugindialog.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 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/shared/plugindialog.cpp
r651 r769 106 106 QFont boldFont = topLevelItem->font(0); 107 107 108 foreach ( QStringfileName, fileNames) {108 foreach (fileName, fileNames) { 109 109 QPluginLoader loader(fileName); 110 110 const QFileInfo fileInfo(fileName); … … 128 128 QTreeWidgetItem *topLevelItem = setTopLevelItem(QLatin1String("Failed Plugins")); 129 129 const QFont boldFont = topLevelItem->font(0); 130 foreach (const QString plugin, notLoadedPlugins) {130 foreach (const QString plugin, notLoadedPlugins) { 131 131 const QString failureReason = pluginManager->failureReason(plugin); 132 132 QTreeWidgetItem *pluginItem = setPluginItem(topLevelItem, plugin, boldFont);
Note:
See TracChangeset
for help on using the changeset viewer.