Navigation Menu

Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 7, 2020
1 parent ba23708 commit 144ef62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/gui/qgsmaplayerloadstyledialog.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
qgsloadstylefromdbdialog.cpp
qgsmaplayerloadstyledialog.cpp
---------------------
begin : April 2013
copyright : (C) 2013 by Emilio Loi
Expand All @@ -16,7 +16,7 @@
#include <QMessageBox>
#include <QVector>

#include "qgsvectorlayerloadstyledialog.h"
#include "qgsmaplayerloadstyledialog.h"
#include "qgslogger.h"
#include "qgssettings.h"
#include "qgsvectorlayerproperties.h"
Expand Down
8 changes: 4 additions & 4 deletions src/gui/qgsmaplayerloadstyledialog.h
@@ -1,5 +1,5 @@
/***************************************************************************
qgsvectorlayerloadstyle.h
qgsmaplayerloadstyledialog.h
---------------------
begin : April 2013
copyright : (C) 2013 by Emilio Loi
Expand All @@ -13,8 +13,8 @@
* *
***************************************************************************/

#ifndef QGSLOADFILEFROMDBDIALOG_H
#define QGSLOADFILEFROMDBDIALOG_H
#ifndef QGSMAPLAYERLOADSTYLEDIALOG_H
#define QGSMAPLAYERLOADSTYLEDIALOG_H

// We don't want to expose this in the public API
#define SIP_NO_FILE
Expand Down Expand Up @@ -66,4 +66,4 @@ class GUI_EXPORT QgsMapLayerLoadStyleDialog : public QDialog, private Ui::QgsVec
QPushButton *mCancelButton = nullptr;
};

#endif //QGSLOADFILEFROMDBDIALOG_H
#endif //QGSMAPLAYERLOADSTYLEDIALOG_H
2 changes: 1 addition & 1 deletion src/gui/vector/qgsvectorlayerproperties.cpp
Expand Up @@ -60,7 +60,7 @@
#include "qgssymbollayer.h"
#include "qgsgeometryoptions.h"
#include "qgsvectorlayersavestyledialog.h"
#include "qgsvectorlayerloadstyledialog.h"
#include "qgsmaplayerloadstyledialog.h"
#include "qgsmessagebar.h"
#include "qgssymbolwidgetcontext.h"
#include "qgsexpressioncontextutils.h"
Expand Down

0 comments on commit 144ef62

Please sign in to comment.