Skip to content

Commit ae4c811

Browse files
committedOct 28, 2017
style
1 parent 02d2ba6 commit ae4c811

File tree

2 files changed

+30
-14
lines changed

2 files changed

+30
-14
lines changed
 

‎src/app/qgsattributerelationedit.h

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/***************************************************************************
2+
qgsattributerelationedit.h
3+
---------------------
4+
begin : October 2017
5+
copyright : (C) 2017 by David Signer
6+
email : david at opengis dot ch
7+
***************************************************************************
8+
* *
9+
* This program is free software; you can redistribute it and/or modify *
10+
* it under the terms of the GNU General Public License as published by *
11+
* the Free Software Foundation; either version 2 of the License, or *
12+
* (at your option) any later version. *
13+
* *
14+
***************************************************************************/
15+
116
#ifndef QGSATTRIBUTERELATIONEDIT_H
217
#define QGSATTRIBUTERELATIONEDIT_H
318

@@ -24,25 +39,25 @@ class APP_EXPORT QgsAttributeRelationEdit: public QWidget, private Ui::QgsAttrib
2439
Q_OBJECT
2540

2641
public:
27-
explicit QgsAttributeRelationEdit(const QString &relationid, QWidget *parent = 0);
42+
explicit QgsAttributeRelationEdit( const QString &relationid, QWidget *parent = 0 );
2843
~QgsAttributeRelationEdit();
2944

30-
/**
31-
* Setter for combo cardinality item
32-
*/
33-
void setCardinalityCombo( const QString &cardinalityComboItem );
45+
/**
46+
* Setter for combo cardinality item
47+
*/
48+
void setCardinalityCombo( const QString &cardinalityComboItem );
3449

35-
/**
36-
* Setter for combo cardinality
37-
*/
38-
void setCardinality( const QString &cardinality );
50+
/**
51+
* Setter for combo cardinality
52+
*/
53+
void setCardinality( const QString &cardinality );
3954

40-
/**
41-
* Getter for combo cardinality
42-
*/
43-
QString cardinality();
55+
/**
56+
* Getter for combo cardinality
57+
*/
58+
QString cardinality();
4459

45-
QString mRelationId;
60+
QString mRelationId;
4661
private:
4762

4863
//Ui::QgsAttributeRelationEdit *ui;

‎src/app/qgssourcefieldsproperties.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
begin : July 2017
55
copyright : (C) 2017 by David Signer
66
email : david at opengis dot ch
7+
78
***************************************************************************
89
* *
910
* This program is free software; you can redistribute it and/or modify *

0 commit comments

Comments
 (0)
Please sign in to comment.