forked from qt-creator/qt-creator
UI files: Do not polute the global Ui namespace
Make sure all ui-files are in the plugin's internal namespace. Change-Id: Ifb2c3093441e8feb89e46f52fbb386fc316cfd13 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>SnippetsSettingsPage</class>
|
||||
<widget class="QWidget" name="SnippetsSettingsPage">
|
||||
<class>TextEditor::Internal::SnippetsSettingsPage</class>
|
||||
<widget class="QWidget" name="TextEditor::Internal::SnippetsSettingsPage">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
|
||||
Reference in New Issue
Block a user