Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Renamed ifdef
  • Loading branch information
elpaso committed Aug 19, 2015
1 parent 847653f commit ff15e84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/gui/attributetable/qgsdualview.h
Expand Up @@ -13,8 +13,8 @@
* *
***************************************************************************/

#ifndef QGSFEATURELIST_H
#define QGSFEATURELIST_H
#ifndef QGSDUALVIEW_H
#define QGSDUALVIEW_H

#include <QStackedWidget>

Expand Down Expand Up @@ -271,4 +271,4 @@ class GUI_EXPORT QgsAttributeTableMapLayerAction : public QAction
QModelIndex mFieldIdx;
};

#endif // QGSFEATURELIST_H
#endif // QGSDUALVIEW_H
4 changes: 2 additions & 2 deletions src/gui/attributetable/qgsfeaturelistview.h
Expand Up @@ -13,8 +13,8 @@
* *
***************************************************************************/

#ifndef QGSATTRIBUTELISTVIEW_H
#define QGSATTRIBUTELISTVIEW_H
#ifndef QGSFEATURELISTVIEW_H
#define QGSFEATURELISTVIEW_H

#include <QListView>
#include <qdebug.h>
Expand Down

0 comments on commit ff15e84

Please sign in to comment.