Skip to content

Commit

Permalink
fix build (follow beb70d3)
Browse files Browse the repository at this point in the history
  • Loading branch information
brushtyler committed Jul 16, 2012
1 parent 9c478c8 commit d845f1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions src/plugins/delimited_text/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ SET (DLTEXT_RCCS delimited_text.qrc)
########################################################
# Build

QT4_WRAP_UI (DLTEXT_UIS_H ${DLTEXT_UIS})

QT4_WRAP_CPP (DLTEXT_MOC_SRCS ${DLTEXT_MOC_HDRS})

QT4_ADD_RESOURCES(DLTEXT_RCC_SRCS ${DLTEXT_RCCS})
Expand Down
3 changes: 1 addition & 2 deletions src/plugins/delimited_text/qgsdelimitedtextplugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#ifndef PLUGIN
#define PLUGIN
#include "../qgisplugin.h"
#include "ui_qgsdelimitedtextpluginguibase.h"

class QgisInterface;

Expand All @@ -28,7 +27,7 @@ class QgisInterface;
* \brief Delimited text plugin for QGIS
*
*/
class QgsDelimitedTextPlugin: public QObject, public QgisPlugin, private Ui::QgsDelimitedTextPluginGuiBase
class QgsDelimitedTextPlugin: public QObject, public QgisPlugin
{
Q_OBJECT public:
/**
Expand Down

0 comments on commit d845f1a

Please sign in to comment.