forked from qt-creator/qt-creator
		
	Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
This commit is contained in:
		@@ -61,7 +61,7 @@
 | 
			
		||||
       </widget>
 | 
			
		||||
      </item>
 | 
			
		||||
      <item row="3" column="1">
 | 
			
		||||
       <widget class="Core::Utils::PathChooser" name="licenseTemplatePathChooser" native="true"/>
 | 
			
		||||
       <widget class="Utils::PathChooser" name="licenseTemplatePathChooser" native="true"/>
 | 
			
		||||
      </item>
 | 
			
		||||
     </layout>
 | 
			
		||||
    </widget>
 | 
			
		||||
@@ -83,7 +83,7 @@
 | 
			
		||||
 </widget>
 | 
			
		||||
 <customwidgets>
 | 
			
		||||
  <customwidget>
 | 
			
		||||
   <class>Core::Utils::PathChooser</class>
 | 
			
		||||
   <class>Utils::PathChooser</class>
 | 
			
		||||
   <extends>QWidget</extends>
 | 
			
		||||
   <header location="global">utils/pathchooser.h</header>
 | 
			
		||||
   <container>1</container>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user