mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 00:30:53 +01:00
Mod doc set style de same
This commit is contained in:
@@ -83,9 +83,9 @@ void ExportProperties::fromSettings(QSettings &settings, const QString &prefix)
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief ExportProperties::defaultProperties
|
||||
* @return the default properties stored in the setting file
|
||||
*/
|
||||
@brief ExportProperties::defaultProperties
|
||||
@return the default properties stored in the setting file
|
||||
*/
|
||||
ExportProperties ExportProperties::defaultExportProperties()
|
||||
{
|
||||
QSettings settings;
|
||||
@@ -97,9 +97,9 @@ ExportProperties ExportProperties::defaultExportProperties()
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief ExportProperties::defaultPrintProperties
|
||||
* @return the default properties stored in the setting file
|
||||
*/
|
||||
@brief ExportProperties::defaultPrintProperties
|
||||
@return the default properties stored in the setting file
|
||||
*/
|
||||
ExportProperties ExportProperties::defaultPrintProperties()
|
||||
{
|
||||
QSettings settings;
|
||||
|
||||
Reference in New Issue
Block a user