98 |
98 |
99 |
99 |
100 gitCfgPluginObject = None |
100 gitCfgPluginObject = None |
101 |
101 |
102 |
102 |
103 def createConfigurationPage(configDlg): |
103 def createConfigurationPage(configDlg): # noqa: U100 |
104 """ |
104 """ |
105 Module function to create the configuration page. |
105 Module function to create the configuration page. |
106 |
106 |
107 @param configDlg reference to the configuration dialog (QDialog) |
107 @param configDlg reference to the configuration dialog (QDialog) |
108 @return reference to the configuration page |
108 @return reference to the configuration page |