mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Fix Coding convention
Please download and use https://qelectrotech.org/wiki_new/_media/doc/qtcreator-qet-style.xml when you write code in Qt
This commit is contained in:
@@ -44,7 +44,8 @@ ExportProperties::ExportProperties() :
|
||||
/**
|
||||
Destructeur
|
||||
*/
|
||||
ExportProperties::~ExportProperties() {
|
||||
ExportProperties::~ExportProperties()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -53,7 +54,8 @@ ExportProperties::~ExportProperties() {
|
||||
@param prefix prefixe a ajouter devant les noms des parametres
|
||||
*/
|
||||
void ExportProperties::toSettings(QSettings &settings,
|
||||
const QString &prefix) const {
|
||||
const QString &prefix) const
|
||||
{
|
||||
settings.setValue(prefix + "path",
|
||||
QDir::toNativeSeparators(
|
||||
destination_directory.absolutePath()));
|
||||
|
||||
Reference in New Issue
Block a user