Gui: Move C++ pref pages to QObject context
This commit is contained in:
@@ -156,7 +156,7 @@ PyMOD_INIT_FUNC(MeshGui)
|
||||
}
|
||||
|
||||
// register preferences pages
|
||||
(void)new Gui::PrefPageProducer<MeshGui::DlgSettingsMeshView> ("Display");
|
||||
(void)new Gui::PrefPageProducer<MeshGui::DlgSettingsMeshView> (QT_TRANSLATE_NOOP("QObject", "Display"));
|
||||
(void)new Gui::PrefPageProducer<MeshGui::DlgSettingsImportExport> ( QT_TRANSLATE_NOOP("QObject", "Import-Export") );
|
||||
|
||||
Mesh::Extension3MFFactory::addProducer(new MeshGui::ThumbnailExtensionProducer);
|
||||
|
||||
Reference in New Issue
Block a user