-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename relreference...to relationreference
- Loading branch information
Showing
6 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/*************************************************************************** | ||
qgsrelreferenceconfigdlgbase.h | ||
qgsrelationreferenceconfigdlgbase.h | ||
-------------------------------------- | ||
Date : 21.4.2013 | ||
Copyright : (C) 2013 Matthias Kuhn | ||
|
@@ -13,23 +13,23 @@ | |
* * | ||
***************************************************************************/ | ||
|
||
#ifndef QGSRELREFERENCECONFIGDLGBASE_H | ||
#define QGSRELREFERENCECONFIGDLGBASE_H | ||
#ifndef QGSRELATIONREFERENCECONFIGDLGBASE_H | ||
#define QGSRELATIONREFERENCECONFIGDLGBASE_H | ||
|
||
#include "ui_qgsrelreferenceconfigdlgbase.h" | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
arnaud-morvan
via email
Contributor
|
||
#include "qgseditorconfigwidget.h" | ||
|
||
class GUI_EXPORT QgsRelReferenceConfigDlg : public QgsEditorConfigWidget, private Ui::QgsRelReferenceConfigDlgBase | ||
class GUI_EXPORT QgsRelationReferenceConfigDlg : public QgsEditorConfigWidget, private Ui::QgsRelReferenceConfigDlgBase | ||
{ | ||
Q_OBJECT | ||
|
||
public: | ||
explicit QgsRelReferenceConfigDlg( QgsVectorLayer* vl, int fieldIdx, QWidget* parent ); | ||
explicit QgsRelationReferenceConfigDlg( QgsVectorLayer* vl, int fieldIdx, QWidget* parent ); | ||
virtual QgsEditorWidgetConfig config(); | ||
virtual void setConfig( const QgsEditorWidgetConfig& config ); | ||
|
||
private slots: | ||
void relationChanged( int idx ); | ||
}; | ||
|
||
#endif // QGSRELREFERENCECONFIGDLGBASE_H | ||
#endif // QGSRELATIONREFERENCECONFIGDLGBASE_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Should be renamed too, build don't pass