Skip to content

Commit

Permalink
Rename a ui file which I can never find
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 24, 2017
1 parent 2a9ddb7 commit deef5c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app/qgslabelengineconfigdialog.h
Expand Up @@ -17,11 +17,11 @@

#include <QDialog>

#include "ui_qgsengineconfigdialog.h"
#include "ui_qgslabelengineconfigdialog.h"
#include "qgis_app.h"


class APP_EXPORT QgsLabelEngineConfigDialog : public QDialog, private Ui::QgsEngineConfigDialog
class APP_EXPORT QgsLabelEngineConfigDialog : public QDialog, private Ui::QgsLabelEngineConfigDialog
{
Q_OBJECT
public:
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QgsEngineConfigDialog</class>
<widget class="QDialog" name="QgsEngineConfigDialog">
<class>QgsLabelEngineConfigDialog</class>
<widget class="QDialog" name="QgsLabelEngineConfigDialog">
<property name="geometry">
<rect>
<x>0</x>
Expand Down Expand Up @@ -334,7 +334,7 @@
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>QgsEngineConfigDialog</receiver>
<receiver>QgsLabelEngineConfigDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
Expand Down

0 comments on commit deef5c9

Please sign in to comment.